|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteSource | |
|---|---|
| net.netheos.pcsapi.bytesio | |
| net.netheos.pcsapi.models | |
| net.netheos.pcsapi.request | |
| Uses of ByteSource in net.netheos.pcsapi.bytesio |
|---|
| Classes in net.netheos.pcsapi.bytesio that implement ByteSource | |
|---|---|
class |
FileByteSource
Implementation of ByteSource with file |
class |
MemoryByteSource
Implementation of an in-memory ByteSource |
class |
ProgressByteSource
A byte source that notifies a ProgressListener ; data is read from underlying ByteSource. |
class |
RangeByteSource
A byte source view of a range of bytes from an underlying byte source. |
| Constructors in net.netheos.pcsapi.bytesio with parameters of type ByteSource | |
|---|---|
ProgressByteSource(ByteSource source,
ProgressListener listener)
|
|
RangeByteSource(ByteSource source)
|
|
RangeByteSource(ByteSource source,
long startOffset)
|
|
RangeByteSource(ByteSource source,
long startOffset,
long length)
|
|
| Uses of ByteSource in net.netheos.pcsapi.models |
|---|
| Methods in net.netheos.pcsapi.models that return ByteSource | |
|---|---|
ByteSource |
CUploadRequest.getByteSource()
If no progress listener has been set, return the byte source set in constructor, otherwise decorate it for progress. |
| Constructors in net.netheos.pcsapi.models with parameters of type ByteSource | |
|---|---|
CUploadRequest(CPath path,
ByteSource byteSource)
|
|
| Uses of ByteSource in net.netheos.pcsapi.request |
|---|
| Constructors in net.netheos.pcsapi.request with parameters of type ByteSource | |
|---|---|
ByteSourceBody(ByteSource bs,
String filename,
String contentType)
|
|
ByteSourceEntity(ByteSource bs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||