Package org.alfresco.filesys.repo
Class BufferedWrite
- java.lang.Object
-
- org.alfresco.filesys.repo.BufferedWrite
-
public class BufferedWrite extends java.lang.ObjectBuffered Write ClassContains the details and data for a buffered write.
- Author:
- gkspencer
-
-
Constructor Summary
Constructors Constructor Description BufferedWrite(byte[] buf, long offset)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Return the write dataintgetDataLength()Return the data lengthlonggetOffset()Return the file offsetjava.lang.StringtoString()Return the buffered write details as a string
-
-
-
Method Detail
-
getOffset
public final long getOffset()
Return the file offset- Returns:
- long
-
getData
public final byte[] getData()
Return the write data- Returns:
- byte[]
-
getDataLength
public final int getDataLength()
Return the data length- Returns:
- int
-
toString
public java.lang.String toString()
Return the buffered write details as a string- Overrides:
toStringin classjava.lang.Object- Returns:
- String
-
-