public class ByteBufferOutputStream extends OutputStream
Constructor and Description |
---|
ByteBufferOutputStream(Continuation continuation) |
Modifier and Type | Method and Description |
---|---|
String |
nextLine() |
void |
write(int b) |
void |
write(String message) |
close, flush, write, write
public ByteBufferOutputStream(Continuation continuation)
public void write(String message) throws IOException
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.