[]
Returns the byte buffered at the given position in the buffer. The position in the buffer is the index of the 'write()' method call after the last call to 'reset()'.
public virtual int getByte(int pos)
Type | Name | Description |
---|---|---|
int | pos | The position of the byte to return |
Type | Description |
---|---|
int | The value (betweeb 0-255) of the byte at position 'pos'. |