public interface ByteSink
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
long |
length() |
void |
put(long byteIndex,
byte value) |
void put(long byteIndex,
byte value)
long length()
void copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)
Copyright © 2015. All rights reserved.