MCPcopy Create free account
hub / github.com/Garten/sourcecraft / skipString

Method skipString

src/minecraft/reader/nbt/NbtReader.java:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 public void skipString() throws IOException {
197 int length = this.stream.readUnsignedShort();
198 this.readForLength(length);
199 }
200
201 public String readString() throws IOException {
202 int length = this.stream.readUnsignedShort();

Callers 1

skipTagAfterTitleMethod · 0.95

Calls 1

readForLengthMethod · 0.95

Tested by

no test coverage detected