|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.store.blob.BlobObject
org.openrdf.store.blob.file.FileBlob
@Deprecated public class FileBlob
| Constructor Summary | |
|---|---|
protected |
FileBlob(FileBlobVersion disk,
String uri)
Deprecated. |
| Method Summary | |
|---|---|
protected void |
abort()
Deprecated. |
void |
changed(String uri)
Deprecated. |
boolean |
delete()
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
protected boolean |
erase()
Deprecated. |
String |
getCommittedVersion()
Deprecated. Identifier of the most recent committed blob version that is read by this BlobObject. |
long |
getLastModified()
Deprecated. |
long |
getLength()
Deprecated. Returns the number of bytes in the BLOB value designated by this Blob object. |
String[] |
getRecentVersions()
Deprecated. Most recent version identifiers that have committed modifications of this blob. |
protected boolean |
hasConflict()
Deprecated. |
protected boolean |
isChangePending()
Deprecated. |
InputStream |
openInputStream()
Deprecated. |
OutputStream |
openOutputStream()
Deprecated. |
protected boolean |
sync()
Deprecated. |
| Methods inherited from class org.openrdf.store.blob.BlobObject |
|---|
getCharContent, getName, openReader, openWriter, toString, toUri |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected FileBlob(FileBlobVersion disk,
String uri)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class BlobObject
public String[] getRecentVersions()
throws IOException
BlobObject
getRecentVersions in class BlobObjectIOException
public String getCommittedVersion()
throws IOException
BlobObjectBlobObject. This method can be used after committing a
BlobVersion to retrieve the committed version identifier, which
can later be passed to BlobStore.openVersion(String) to reread
this version of this blob.
getCommittedVersion in class BlobObjectIOExceptionpublic boolean delete()
delete in interface javax.tools.FileObject
public long getLength()
throws IOException
BlobObject
getLength in class BlobObjectIOExceptionpublic long getLastModified()
getLastModified in interface javax.tools.FileObject
public InputStream openInputStream()
throws IOException
openInputStream in interface javax.tools.FileObjectIOException
public OutputStream openOutputStream()
throws IOException
openOutputStream in interface javax.tools.FileObjectIOExceptionpublic void changed(String uri)
changed in interface FileListenerprotected boolean hasConflict()
protected boolean isChangePending()
protected boolean sync()
throws IOException
IOExceptionprotected void abort()
protected boolean erase()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||