| java.lang.Object de.anomic.kelondro.kelondroByteArray
kelondroByteArray | public class kelondroByteArray (Code) | | |
Method Summary | |
public byte[] | asBytes() | public void | clear() | public int | compareTo(kelondroByteArray b, kelondroByteOrder order) | public int | compareTo(int aoffset, int alength, kelondroByteArray b, int boffset, int blength, kelondroByteOrder order) | public void | ensureSize(int needed) | public static boolean | equals(byte[] buffer, byte[] pattern) | public static boolean | equals(byte[] buffer, int offset, byte[] pattern) | public int | length() | public byte | readByte(int pos) | public byte[] | readBytes(int from_pos, int length) | public long | readLongB256(int pos, int length) | public long | readLongB64e(int pos, int length) | public String | readString(int from_pos, int length) | public String | readString(int from_pos, int length, String encoding) | public void | readToRA(int from_pos, kelondroRA to_file, int len) | final public void | removeShift(int pos, int dist, int upBound) | public void | reset() | final public void | swap(int i, int j, int size) | public void | trim(int needed) | public void | write(int to_position, byte b) | public void | write(int to_position, byte[] from_array, int from_offset, int from_length) | public void | write(int to_position, kelondroByteArray from_array) | public void | write(int to_position, kelondroByteArray from_array, int from_offset, int from_length) | public int | write(int to_position, kelondroRA from_file, int len) |
kelondroByteArray | public kelondroByteArray(int initLength)(Code) | | |
kelondroByteArray | public kelondroByteArray(byte[] bb)(Code) | | |
kelondroByteArray | public kelondroByteArray(byte[] bb, int offset, int length)(Code) | | |
asBytes | public byte[] asBytes()(Code) | | |
clear | public void clear()(Code) | | |
ensureSize | public void ensureSize(int needed)(Code) | | |
equals | public static boolean equals(byte[] buffer, byte[] pattern)(Code) | | |
equals | public static boolean equals(byte[] buffer, int offset, byte[] pattern)(Code) | | |
length | public int length()(Code) | | |
readByte | public byte readByte(int pos)(Code) | | |
readBytes | public byte[] readBytes(int from_pos, int length)(Code) | | |
readLongB256 | public long readLongB256(int pos, int length)(Code) | | |
readLongB64e | public long readLongB64e(int pos, int length)(Code) | | |
readString | public String readString(int from_pos, int length)(Code) | | |
removeShift | final public void removeShift(int pos, int dist, int upBound)(Code) | | |
reset | public void reset()(Code) | | |
swap | final public void swap(int i, int j, int size)(Code) | | |
trim | public void trim(int needed)(Code) | | |
write | public void write(int to_position, byte b)(Code) | | |
write | public void write(int to_position, byte[] from_array, int from_offset, int from_length)(Code) | | |
|
|