public class ZipReadRepository extends java.lang.Object implements Repository
| Constructor and Description |
|---|
ZipReadRepository(java.io.InputStream in) |
ZipReadRepository(java.io.InputStream in,
MimeRegistry mimeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
MimeRegistry |
getMimeRegistry()
Returns the repositories MimeRegistry, which is used return basic content-type information about the items stored
in this repository.
|
ContentLocation |
getRoot()
Returns the repositories root directory entry.
|
public ZipReadRepository(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic ZipReadRepository(java.io.InputStream in,
MimeRegistry mimeRegistry)
throws java.io.IOException
java.io.IOExceptionpublic ContentLocation getRoot() throws ContentIOException
RepositorygetRoot in interface RepositoryContentIOException - if an error occurs.public MimeRegistry getMimeRegistry()
RepositorygetMimeRegistry in interface RepositoryMimeRegistry