@InterfaceAudience.Public @InterfaceStability.Unstable public class DataOutputOutputStream extends OutputStream
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static OutputStream | constructOutputStream(DataOutput out)Construct an OutputStream from the given DataOutput. | 
| void | write(byte[] b) | 
| void | write(byte[] b,
     int off,
     int len) | 
| void | write(int b) | 
close, flushpublic static OutputStream constructOutputStream(DataOutput out)
out - the DataOutput to wrappublic void write(int b) throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b, int off, int len) throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b) throws IOException
write クラス内 OutputStreamIOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.