abstract SliceOutput |
SliceOutput.appendByte(int value) |
SliceOutput |
OutputStreamSliceOutput.appendByte(int value) |
abstract SliceOutput |
SliceOutput.appendBytes(byte[] source) |
SliceOutput |
OutputStreamSliceOutput.appendBytes(byte[] source) |
abstract SliceOutput |
SliceOutput.appendBytes(byte[] source,
int sourceIndex,
int length) |
SliceOutput |
OutputStreamSliceOutput.appendBytes(byte[] source,
int sourceIndex,
int length) |
abstract SliceOutput |
SliceOutput.appendBytes(Slice slice) |
SliceOutput |
OutputStreamSliceOutput.appendBytes(Slice slice) |
abstract SliceOutput |
SliceOutput.appendDouble(double value) |
SliceOutput |
OutputStreamSliceOutput.appendDouble(double value) |
SliceOutput |
BasicSliceOutput.appendDouble(double value) |
abstract SliceOutput |
SliceOutput.appendInt(int value) |
SliceOutput |
OutputStreamSliceOutput.appendInt(int value) |
abstract SliceOutput |
SliceOutput.appendLong(long value) |
SliceOutput |
OutputStreamSliceOutput.appendLong(long value) |
abstract SliceOutput |
SliceOutput.appendShort(int value) |
SliceOutput |
OutputStreamSliceOutput.appendShort(int value) |
SliceOutput |
Slice.getOutput()
Creates a slice output backed by this slice.
|