public class BufferedWrite
extends java.lang.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
|
java.lang.String |
toString()
Return the buffered write details as a string
|
public BufferedWrite(byte[] buf,
long offset)
buf - byte[]offset - longpublic final long getOffset()
public final byte[] getData()
public final int getDataLength()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.