MCPcopy Index your code
hub / github.com/dumbledore/AlbiteREADER / setLength

Method setLength

src/gnu/zip/ZipFile.java:549–552  ·  view source on GitHub ↗
(long length)

Source from the content-addressed store, hash-verified

547 }
548
549 void setLength(long length)
550 {
551 end = bufferOffset + pos + length;
552 }
553
554 private void fillBuffer() throws IOException
555 {

Callers 2

getInputStreamMethod · 0.95
removeChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected