public class SequentialOutputStream extends OutputStream
| コンストラクタと説明 | 
|---|
| SequentialOutputStream(Sequential builder) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | close()このメソッドは 何もしません。 | 
| void | write(byte[] b) | 
| void | write(byte[] b,
     int off,
     int len) | 
| void | write(int b) | 
flushpublic SequentialOutputStream(Sequential builder)
public 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 クラス内 OutputStreamIOExceptionpublic void close()
           throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 OutputStreamIOExceptionCopyright © 2024 座間ソフト. All rights reserved.