Package org.alfresco.filesys.repo
Class BufferedWrite
java.lang.Object
org.alfresco.filesys.repo.BufferedWrite
Buffered Write Class
Contains the details and data for a buffered write.
- Author:
- gkspencer
-
Constructor Details
-
BufferedWrite
public BufferedWrite(byte[] buf, long offset) Class constructor- Parameters:
buf- byte[]offset- long
-
-
Method Details
-
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
Return the buffered write details as a string
-