MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getEntry

Method getEntry

src/org/albite/util/archive/Archive.java:15–15  ·  view source on GitHub ↗
(final String name)

Source from the content-addressed store, hash-verified

13 */
14public interface Archive extends Connection, File {
15 public ArchiveEntry getEntry(final String name);
16}

Callers 3

TextPageMethod · 0.95
getEntryMethod · 0.65

Implementers 3

ArchiveZipsrc/org/albite/util/archive/zip/Archiv
ArchiveFoldersrc/org/albite/util/archive/folder/Arc
ZipFilesrc/gnu/zip/ZipFile.java

Calls

no outgoing calls

Tested by

no test coverage detected