public class ReadOnlyBin extends BinDecorator
_bin| Constructor and Description |
|---|
ReadOnlyBin(Bin storage) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(long position,
byte[] bytes,
int bytesToWrite)
writes a given number of bytes from an array of bytes at
an offset position
|
public ReadOnlyBin(Bin storage)
public void write(long position,
byte[] bytes,
int bytesToWrite)
Binwrite in interface Binwrite in class BinDecoratorposition - the offset position to write atbytes - the array of bytes to writebytesToWrite - the number of bytes to writeBin.write(long, byte[], int)