Package | Description |
---|---|
com.oracle.bmc.io.internal | |
com.oracle.bmc.objectstorage.transfer.internal |
Modifier and Type | Class and Description |
---|---|
class |
WrappedByteArrayInputStream
Basic extension to
ByteArrayInputStream that lets you create duplicate
streams from the same underlying byte buffer. |
class |
WrappedFileInputStream
Simple wrapper over FileInputStream that also exposes the File used
to create the stream.
|
Modifier and Type | Class and Description |
---|---|
static class |
StreamChunkCreator.DuplicatedSubRangeInputStream
Creates a new duplicated SubRangeInputStream.
|
Constructor and Description |
---|
DuplicatedSubRangeInputStream(DuplicatableInputStream source,
long desiredStartPositionInSource,
long desiredEndPositionInSource) |
Copyright © 2016–2022. All rights reserved.