Uses of Interface
io.xlate.edi.stream.EDIStreamFilter
-
Packages that use EDIStreamFilter Package Description io.xlate.edi.stream -
-
Uses of EDIStreamFilter in io.xlate.edi.stream
Methods in io.xlate.edi.stream with parameters of type EDIStreamFilter Modifier and Type Method Description abstract EDIStreamReaderEDIInputFactory. createFilteredReader(EDIStreamReader reader, EDIStreamFilter filter)Creates a newEDIStreamReaderby wrapping the given reader with theEDIStreamFilterfilter.
-