public class RevisionBinaryFileWriter extends Object
The revision binary file writer.
Constructor and Description |
---|
RevisionBinaryFileWriter(com.aspose.ms.System.IO.Stream stream)
Initializes a new instance of the
RevisionBinaryFileWriter class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IO.Stream |
getBaseStream()
Gets the base stream.
|
void |
write(byte[] buffer,
long offset)
The write.
|
void |
write(FileNodeList fileNodeList,
FileChunkReference reference)
The write.
|
void |
write(Iterable<IListFragment> fragments,
long offset)
Writes fragments to the internal stream.
|
public RevisionBinaryFileWriter(com.aspose.ms.System.IO.Stream stream)
Initializes a new instance of the RevisionBinaryFileWriter
class.
stream
- The stream.public com.aspose.ms.System.IO.Stream getBaseStream()
Gets the base stream.
public void write(byte[] buffer, long offset)
The write.
buffer
- The buffer.offset
- Offset from the beginning.public void write(FileNodeList fileNodeList, FileChunkReference reference)
The write.
fileNodeList
- The file node list.reference
- The reference.public void write(Iterable<IListFragment> fragments, long offset)
Writes fragments to the internal stream.
fragments
- offset
- Copyright (c) 2017 Aspose. All Rights Reserved.