class DebugByteTeeOutputStream
extends java.io.FilterOutputStream
Modifier and Type | Field and Description |
---|---|
private AccessibleByteArrayOutputStream |
tee |
Constructor and Description |
---|
DebugByteTeeOutputStream(java.io.OutputStream out) |
Modifier and Type | Method and 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.