public class BufferedWrite extends Object
Contains the details and data for a buffered write.
Constructor and Description |
---|
BufferedWrite(byte[] buf,
long offset)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Return the write data
|
int |
getDataLength()
Return the data length
|
long |
getOffset()
Return the file offset
|
String |
toString()
Return the buffered write details as a string
|
public BufferedWrite(byte[] buf, long offset)
buf
- byte[]offset
- longCopyright © 2005–2017 Alfresco Software. All rights reserved.