java.io.Closeable, java.io.Flushable, java.lang.AutoCloseableclass DebugByteTeeOutputStream
extends java.io.FilterOutputStream
| Modifier and Type | Field | Description |
|---|---|---|
private AccessibleByteArrayOutputStream |
tee |
| Constructor | Description |
|---|---|
DebugByteTeeOutputStream(java.io.OutputStream out) |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) void |
checkObject(Formatable f) |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
private AccessibleByteArrayOutputStream tee
public void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionvoid checkObject(Formatable f)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.