Interface InputStreamPumper.Writable
-
- Enclosing class:
- InputStreamPumper
public static interface InputStreamPumper.Writable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(byte[] b, int off, int len)
-
-
-
Method Detail
-
write
void write(byte[] b, int off, int len) throws IOException
- Throws:
IOException
-
-