Constructor and Description |
---|
SimpleReferenceBinary(String reference) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
String |
getReference() |
long |
getSize() |
InputStream |
getStream() |
int |
read(byte[] b,
long position) |
public SimpleReferenceBinary(String reference)
public String getReference()
getReference
in interface org.apache.jackrabbit.api.ReferenceBinary
public InputStream getStream() throws RepositoryException
getStream
in interface Binary
RepositoryException
public int read(byte[] b, long position) throws IOException, RepositoryException
read
in interface Binary
IOException
RepositoryException
public long getSize() throws RepositoryException
getSize
in interface Binary
RepositoryException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.