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

Method skipByteArray

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

Source from the content-addressed store, hash-verified

105 }
106
107 public void skipByteArray() throws IOException {
108 int length = this.readLength();
109 this.readForLength(length);
110 }
111
112 public void skipLongArray() throws IOException {
113 int length = this.stream.readInt();

Callers 1

skipTagAfterTitleMethod · 0.95

Calls 2

readLengthMethod · 0.95
readForLengthMethod · 0.95

Tested by

no test coverage detected