Package org.apache.axiom.om.util
Class LogOutputStream
java.lang.Object
java.io.OutputStream
org.apache.axiom.om.util.LogOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
Deprecated.
LogOutputStream
Writes to log.debug()
Also counts the number of bytes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
LogOutputStream
public LogOutputStream(org.apache.commons.logging.Log log, int limit) Deprecated.
-
-
Method Details
-
getLength
public long getLength()Deprecated. -
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
Deprecated.- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
Deprecated.- Overrides:
writein classOutputStream- Throws:
IOException
-
write
Deprecated.- Overrides:
writein classOutputStream- Throws:
IOException
-
write
Deprecated.- Specified by:
writein classOutputStream- Throws:
IOException
-