Uses of Interface
cool.scx.io.ByteOutput
Packages that use ByteOutput
-
Uses of ByteOutput in cool.scx.io
Classes in cool.scx.io that implement ByteOutputModifier and TypeClassDescriptionfinal classNullByteOutputfinal classOutputStreamByteOutputMethods in cool.scx.io that return ByteOutputModifier and TypeMethodDescriptionstatic ByteOutputScxIO.gzipByteOutput(ByteOutput byteOutput) static ByteOutputScxIO.outputStreamToByteOutput(OutputStream outputStream) Methods in cool.scx.io with parameters of type ByteOutputModifier and TypeMethodDescriptionstatic OutputStreamScxIO.byteOutputToOutputStream(ByteOutput byteOutput) static ByteOutputScxIO.gzipByteOutput(ByteOutput byteOutput) default longByteInput.transferTo(ByteOutput byteOutput, long maxLength) default longByteInput.transferToAll(ByteOutput byteOutput) default longByteInput.transferToFully(ByteOutput byteOutput, long length) default longByteInput.transferToUpTo(ByteOutput byteOutput, long length) -
Uses of ByteOutput in cool.scx.io.adapter
Methods in cool.scx.io.adapter that return ByteOutputModifier and TypeMethodDescriptionByteOutputAdapter.byteOutput()ByteOutputOutputStream.byteOutput()Constructors in cool.scx.io.adapter with parameters of type ByteOutput -
Uses of ByteOutput in cool.scx.io.consumer
Constructors in cool.scx.io.consumer with parameters of type ByteOutput