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.OutputStream
java.io.IOException
public 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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
public void close(boolean viaQueueInputStream) throws java.io.IOException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.