Uses of Interface
cool.scx.io.ByteInput
Packages that use ByteInput
-
Uses of ByteInput in cool.scx.io
Classes in cool.scx.io that implement ByteInputModifier and TypeClassDescriptionfinal classDefaultByteInputfinal classNullByteInputMethods in cool.scx.io that return ByteInputModifier and TypeMethodDescriptionstatic ByteInputScxIO.gzipByteInput(ByteInput byteInput) static ByteInputScxIO.inputStreamToByteInput(InputStream inputStream) Methods in cool.scx.io with parameters of type ByteInputModifier and TypeMethodDescriptionstatic InputStreamScxIO.byteInputToInputStream(ByteInput byteInput) static ByteInputScxIO.gzipByteInput(ByteInput byteInput) -
Uses of ByteInput in cool.scx.io.adapter
Methods in cool.scx.io.adapter that return ByteInputConstructors in cool.scx.io.adapter with parameters of type ByteInput -
Uses of ByteInput in cool.scx.io.supplier
Methods in cool.scx.io.supplier that return ByteInputModifier and TypeMethodDescriptionBoundaryByteSupplier.byteInput()ByteInputByteSupplier.byteInput()CacheByteSupplier.byteInput()FixedLengthByteSupplier.byteInput()Constructors in cool.scx.io.supplier with parameters of type ByteInputModifierConstructorDescriptionBoundaryByteSupplier(ByteInput byteInput, ByteIndexer byteIndexer, boolean keepBoundaryInSource) ByteInputByteSupplier(ByteInput byteInput) CacheByteSupplier(ByteInput byteInput) FixedLengthByteSupplier(ByteInput byteInput, long maxLength)