Searched refs:rwBottom (Results 1 – 1 of 1) sorted by relevance
43 private byte[] rwBottom = new byte[2]; field in Selection54 this.rwBottom = EndianConverter.writeShort((short) 0); in Selection()109 numOfBytesRead += input.read(rwBottom); in read()117 " rwBottom : " + EndianConverter.readShort(rwBottom) + in read()130 output.write(rwBottom); in write()