Uses of Class
me.saro.kit.bytes.BytesWriter
| Package | Description |
|---|---|
| me.saro.kit.bytes |
-
Uses of BytesWriter in me.saro.kit.bytes
Methods in me.saro.kit.bytes that return BytesWriter Modifier and Type Method Description BytesWriterBytesWriter. add(byte[] buf)BytesWriterBytesWriter. add(byte[] buf, int offset, int length)BytesWriterBytesWriter. add(int data, int fixedSize)BytesWriterBytesWriter. add(long data, int fixedSize)BytesWriterBytesWriter. add(short data, int fixedSize)BytesWriterBytesWriter. add(java.lang.String text)BytesWriterBytesWriter. add(java.lang.String text, int fixedSize)BytesWriterBytesWriter. fillByte(byte fillByte)