Package | Description |
---|---|
org.jets3t.apps.synchronize |
Provides the Synchronize application, a console application to synchronize the
local file system with Amazon S3.
|
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.
|
org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
Class and Description |
---|
BytesProgressWatcher
Utility class that tracks the number of bytes transferred from a source, and uses this
information to calculate transfer rates and estimate end times.
|
Class and Description |
---|
InputStreamWrapper
Interface used by input streams that wrap other input streams, so that the underlying input
stream can be retrieved.
|
Class and Description |
---|
BytesProgressWatcher
Utility class that tracks the number of bytes transferred from a source, and uses this
information to calculate transfer rates and estimate end times.
|
InputStreamWrapper
Interface used by input streams that wrap other input streams, so that the underlying input
stream can be retrieved.
|
OutputStreamWrapper
Interface used by output streams that wrap other output streams, so that the underlying output
stream can be retrieved.
|
RepeatableFileInputStream
A repeatable input stream for files.
|
Class and Description |
---|
BytesProgressWatcher
Utility class that tracks the number of bytes transferred from a source, and uses this
information to calculate transfer rates and estimate end times.
|
Class and Description |
---|
BytesProgressWatcher
Utility class that tracks the number of bytes transferred from a source, and uses this
information to calculate transfer rates and estimate end times.
|
Copyright © 2006–2018. All rights reserved.