| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.process |
Contains mostly low-level classes for managing processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Stream2BufferedImage
This helper class reads an InputStream and creates a BufferedImage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListOutputConsumer
This class is an OutputConsumer which saves the output to an ArrayList.
|
class |
Pipe
This class implements a pipe.
|
| Modifier and Type | Field and Description |
|---|---|
static OutputConsumer |
StandardStream.STDOUT
OutputConsumer wrapping System.out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStarter.setOutputConsumer(OutputConsumer pOutputConsumer)
Set the OutputConsumer for the ProcessStarter (if used as a pipe).
|
Copyright © 2019. All rights reserved.