Searched refs:reverseBytesShort (Results 1 – 3 of 3) sorted by relevance
45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian in gunzip_withHCRC()54 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length in gunzip_withExtra()88 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length in gunzip_withAll()
34 public static short reverseBytesShort(short s) { in reverseBytesShort() method in Util
399 return Util.reverseBytesShort(readShort());990 return writeShort(Util.reverseBytesShort((short) s));