cakoose.util.exec
Class Exec.ByteArrayInputSource
java.lang.Object
cakoose.util.exec.Exec.InputGenerator
cakoose.util.exec.Exec.ByteArrayInputSource
- Enclosing class:
- Exec
public static class Exec.ByteArrayInputSource
- extends Exec.InputGenerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
public final byte[] data
pos
public final int pos
length
public final int length
Exec.ByteArrayInputSource
public Exec.ByteArrayInputSource(byte[] data,
int pos,
int length)
Exec.ByteArrayInputSource
public Exec.ByteArrayInputSource(byte[] data)
generate
public void generate(OutputStream dest)
throws IOException
- Specified by:
generate in class Exec.InputGenerator
- Throws:
IOException