public static class Logger.LoggerStream extends OutputStream
| Constructor and Description |
|---|
Logger.LoggerStream(Logger logger) |
public Logger.LoggerStream(Logger logger)
public void write(byte[] b)
throws IOException
write in class OutputStreamb - IOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2004-2014. All Rights Reserved.