sun.security.mule.krb5.internal.util
Class KrbDataOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
sun.security.mule.krb5.internal.util.KrbDataOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Direct Known Subclasses:
- CCacheOutputStream, KeyTabOutputStream
public class KrbDataOutputStream
- extends BufferedOutputStream
This class implements a buffered output stream. It provides methods to write a chunck of
bytes to underlying data stream.
- Author:
- Yanni Zhang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KrbDataOutputStream
public KrbDataOutputStream(OutputStream os)
write32
public void write32(int num)
throws IOException
- Throws:
IOException
write16
public void write16(int num)
throws IOException
- Throws:
IOException
write8
public void write8(int num)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.