| com.google.gdata.client.uploader.UploadData |
Known Indirect Subclasses
|
A seekable, read-only buffer of data to be upload uploading.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the total number of bytes of data in the buffer.
| |||||||||||
Reads up to
destination.length bytes from the current position into
the destination buffer. | |||||||||||
Reads up to
length bytes into the chunk buffer. | |||||||||||
Sets the offset from the start of the the source data from which the next
read will begin. | |||||||||||
Returns the total number of bytes of data in the buffer.
Reads up to destination.length bytes from the current position into
the destination buffer.
| destination |
|---|
| IOException | if the data could not be read. |
|---|
Reads up to length bytes into the chunk buffer.
| chunk | |
|---|---|
| i | The start offset in the destination buffer. |
| length |
| IOException | if the data could not be read. |
|---|
Sets the offset from the start of the the source data from which the next
read will begin.
| position |
|---|
| IOException | if position is negative or past the end of the data. |
|---|