| java.lang.Object |
| ↳ |
java.io.OutputStream |
| |
↳ |
java.io.FilterOutputStream |
| |
|
↳ |
com.google.gdata.util.LoggableOutputStream |
Class Overview
Logs content of the data sent to the stream if log level is
set to FINEST.
Summary
| Fields |
|
private
ByteArrayOutputStream |
bos |
|
|
private
Logger |
logger |
|
|
[Expand]
Inherited Fields |
From class
java.io.FilterOutputStream
|
protected
OutputStream |
out |
|
|
|
[Expand]
Inherited Methods |
From class
java.io.FilterOutputStream
|
void
|
close()
|
|
void
|
flush()
|
|
void
|
write(byte[] arg0, int arg1, int arg2)
|
|
void
|
write(byte[] arg0)
|
|
void
|
write(int arg0)
|
|
From class
java.io.OutputStream
|
void
|
close()
|
|
void
|
flush()
|
|
void
|
write(byte[] arg0, int arg1, int arg2)
|
|
void
|
write(byte[] arg0)
|
|
abstract
void
|
write(int arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.io.Closeable
|
From interface
java.io.Flushable
|
Fields
private
ByteArrayOutputStream
bos
Public Constructors
public
LoggableOutputStream
(Logger logger, OutputStream stream)
Public Methods
public
void
write
(int b)