Package | Description |
---|---|
org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
org.jets3t.service.io |
Provides IO utility classes used throughout JetS3t.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMethodReleaseInputStream
Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and
ensure the stream and HTTP connection is cleaned up properly.
|
Modifier and Type | Class and Description |
---|---|
class |
GZipDeflatingInputStream
Input stream that wraps another stream and deflates (compresses) the underlying stream's
data on-the-fly.
|
class |
InterruptableInputStream
Input stream wrapper that allows the underlying wrapped input stream to be interrupted.
|
class |
ProgressMonitoredInputStream
Input stream wrapper that tracks the number of bytes that have been read through the stream.
|
class |
RepeatableFileInputStream
A repeatable input stream for files.
|
class |
RepeatableInputStream
A repeatable input stream wrapper for any input stream.
|
class |
SegmentedRepeatableFileInputStream
A repeatable input stream for files.
|
Copyright © 2006–2018. All rights reserved.