public class QueueOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
QueueOutputStream()
Constructs a new instance with a limit 16K for the internal buffer size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(boolean viaQueueInputStream) |
void |
fail(java.lang.Throwable t) |
QueueInputStream |
getQueueInputStream()
Return the QueueInputStream connected to this stream.
|
boolean |
isEmpty() |
void |
markEmpty(boolean empty) |
void |
write(int b) |
public QueueOutputStream()
public QueueInputStream getQueueInputStream()
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic final void markEmpty(boolean empty)
public final void fail(java.lang.Throwable t)
public final boolean isEmpty()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionpublic void close(boolean viaQueueInputStream)
throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.