| Package | Description |
|---|---|
| org.sejda.io |
| Modifier and Type | Method and Description |
|---|---|
static CountingWritableByteChannel |
CountingWritableByteChannel.from(File file)
Static factory method to create a
CountingWritableByteChannel from an existing File. |
static CountingWritableByteChannel |
CountingWritableByteChannel.from(OutputStream stream)
Static factory method to create a
CountingWritableByteChannel from an existing OutputStream. |
static CountingWritableByteChannel |
CountingWritableByteChannel.from(String file)
Static factory method to create a
CountingWritableByteChannel from an existing file path. |
static CountingWritableByteChannel |
CountingWritableByteChannel.from(WritableByteChannel channel)
Static factory method to create a
CountingWritableByteChannel from an existing WritableByteChannel. |
| Constructor and Description |
|---|
BufferedCountingChannelWriter(CountingWritableByteChannel channel) |
Copyright © 2018 sejda. All rights reserved.