java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
class 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.FilterOutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
void checkObject(Formatable f)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.