Package org.alfresco.filesys.repo
Class BufferedWrite
- java.lang.Object
-
- org.alfresco.filesys.repo.BufferedWrite
-
public class BufferedWrite extends Object
Buffered 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 offsetStringtoString()Return the buffered write details as a string
-