MCPcopy Create free account
hub / github.com/ReadyTalk/avian / readUnsignedShort

Method readUnsignedShort

classpath/java/io/DataInputStream.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 public int readUnsignedShort() throws IOException {
96 return readShort() & 0xffff;
97 }
98
99 public String readUTF() throws IOException {
100 int length = readUnsignedShort();

Callers 1

readUTFMethod · 0.95

Calls 1

readShortMethod · 0.95

Tested by

no test coverage detected