|
||||||||||
| 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 LobSourcethat'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 LobSourceAxionException
public void truncate(long length)
throws AxionException
truncate in interface LobSourceAxionException
public java.io.InputStream getInputStream()
throws AxionException
getInputStream in interface LobSourceAxionException
public java.io.OutputStream setOutputStream(long pos)
throws AxionException
setOutputStream in interface LobSourceAxionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||