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 DataProducer |
Streams.createProducer(DataSource source)
Creates a producer which gets its data from the specified source.
|
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 |
DataStreamProducer
A
DataProducer which reads the data from an InputStream . |
Copyright © 2015–2019. All rights reserved.