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 TypeClassDescriptionclassDefaultByteInputclassNullByteInput -
Uses of ByteInput in cool.scx.io.adapter
Methods in cool.scx.io.adapter that return ByteInputModifier and TypeMethodDescriptionByteInputAdapter.byteInput()ByteInputInputStream.byteInput()static ByteInputByteInputAdapter.inputStreamToByteInput(InputStream inputStream) Methods in cool.scx.io.adapter with parameters of type ByteInputModifier and TypeMethodDescriptionstatic InputStreamByteInputAdapter.byteInputToInputStream(ByteInput byteInput) Constructors in cool.scx.io.adapter with parameters of type ByteInput -
Uses of ByteInput in cool.scx.io.supplier
Constructors in cool.scx.io.supplier with parameters of type ByteInputModifierConstructorDescriptionBoundaryByteSupplier(ByteInput byteInput, byte[] boundaryBytes) BoundaryByteSupplier(ByteInput byteInput, byte[] boundaryBytes, boolean autoClose) FixedLengthByteSupplier(ByteInput byteInput, long maxLength) FixedLengthByteSupplier(ByteInput byteInput, long maxLength, boolean autoClose)