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) |
flush
public SequentialOutputStream(Sequential builder)
public void write(int b) throws IOException
write
クラス内 OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
クラス内 OutputStream
IOException
public void write(byte[] b) throws IOException
write
クラス内 OutputStream
IOException
public void close() throws IOException
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 OutputStream
IOException
Copyright © 2024 座間ソフト. All rights reserved.