|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
ByteSource asByteSource(byte[]) |
Returns a new ByteSource that reads bytes from the given byte array. |
long getChecksum(InputSupplier<?, |
Computes and returns the checksum value for a supplied input stream. |
| Added Methods | |
ByteSink asByteSink(OutputSupplier<? extends OutputStream>) |
Returns a view of the given {@code OutputStream} supplier as a {@code ByteSink}. |
ByteSource asByteSource(InputSupplier<? extends InputStream>) |
Returns a view of the given {@code InputStream} supplier as a {@code ByteSource}. |
ByteSource asByteSource(byte[]) |
Returns a new ByteSource that reads bytes from the given byte array. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||