hudson.util
Class DecodingStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
hudson.util.DecodingStream
- All Implemented Interfaces:
- Closeable, Flushable
public class DecodingStream
- extends FilterOutputStream
Hex-binary decoding stream.
- Author:
- Kohsuke Kawaguchi
- See Also:
EncodingStream
Method Summary |
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecodingStream
public DecodingStream(OutputStream out)
write
public void write(int b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.