| Constructor and Description |
|---|
Bin(Binary wrappedBinary) |
Bin(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispose() |
long |
getSize() |
java.io.InputStream |
getStream() |
int |
read(byte[] b,
long position) |
public Bin(Property property) throws RepositoryException
RepositoryExceptionpublic Bin(Binary wrappedBinary)
public void close()
close in interface java.lang.AutoCloseablepublic java.io.InputStream getStream()
throws RepositoryException
getStream in interface BinaryRepositoryExceptionpublic int read(byte[] b,
long position)
throws java.io.IOException,
RepositoryException
read in interface Binaryjava.io.IOExceptionRepositoryExceptionpublic long getSize()
throws RepositoryException
getSize in interface BinaryRepositoryExceptionCopyright © 2007–2020. All rights reserved.