Package w.util.io
Interface ByteOutput
- All Known Implementing Classes:
AbstractByteOutput,CappedByteOutput,UncappedByteOutput
public interface ByteOutput
- Author:
- whilein
-
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetLength(int size) voidsetPosition(int position) byte @NotNull []@NotNull StringtoString()@NotNull ByteOutputwrite(byte @NotNull [] bytes) @NotNull ByteOutputwrite(byte @NotNull [] bytes, int off, int len) @NotNull ByteOutputwrite(int i) @NotNull ByteOutput