|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.BufferedWrite
public class BufferedWrite
Buffered Write Class
Contains the details and data for a buffered write.
Constructor Summary | |
---|---|
BufferedWrite(byte[] buf,
long offset)
Class constructor |
Method Summary | |
---|---|
byte[] |
getData()
Return the write data |
int |
getDataLength()
Return the data length |
long |
getOffset()
Return the file offset |
java.lang.String |
toString()
Return the buffered write details as a string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BufferedWrite(byte[] buf, long offset)
buf
- byte[]offset
- longMethod Detail |
---|
public final long getOffset()
public final byte[] getData()
public final int getDataLength()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |