|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.types.FileLobSource
public class FileLobSource
A LobSource
that's backed by a simple File
.
Constructor Summary | |
---|---|
FileLobSource(java.io.File file)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
|
long |
length()
|
java.io.OutputStream |
setOutputStream(long pos)
|
void |
truncate(long length)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileLobSource(java.io.File file)
Method Detail |
---|
public long length() throws AxionException
length
in interface LobSource
AxionException
public void truncate(long length) throws AxionException
truncate
in interface LobSource
AxionException
public java.io.InputStream getInputStream() throws AxionException
getInputStream
in interface LobSource
AxionException
public java.io.OutputStream setOutputStream(long pos) throws AxionException
setOutputStream
in interface LobSource
AxionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |