Package | Description |
---|---|
net.sourceforge.javadpkg.io |
Contains interfaces and classes for the I/O of the library.
|
net.sourceforge.javadpkg.io.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
static DataConsumer |
Streams.createConsumer(DataTarget target)
Creates a consumer which puts its data into the specified target.
|
Modifier and Type | Method and Description |
---|---|
static void |
Streams.transfer(DataProducer producer,
DataConsumer consumer)
Transfers data from a producer to a consumer.
|
static void |
Streams.transfer(DataProducer producer,
DataConsumer consumer,
int blockSize,
long length)
Transfers data from a producer to a consumer.
|
Modifier and Type | Class and Description |
---|---|
class |
DataDigestConsumer
A
DataConsumer which updates a MessageDigest . |
class |
DataStreamConsumer
A
DataConsumer which writes the data into an OutputStream . |
Copyright © 2015–2019. All rights reserved.