|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.apache.jackrabbit.core.fs.RandomAccessOutputStream
public abstract class RandomAccessOutputStream
Extends the regular java.io.OutputStream with a random
access facility. Multiple write() operations can be
positioned off sequence with the seek(long) method.
| Constructor Summary | |
|---|---|
RandomAccessOutputStream()
|
|
| Method Summary | |
|---|---|
abstract void |
seek(long position)
Sets the current position in the resource where the next write will occur. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomAccessOutputStream()
| Method Detail |
|---|
public abstract void seek(long position)
throws java.io.IOException
position - the new position in the resource.
java.io.IOException - if an error occurs while seeking to the position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||