public class DumpOutputStream extends OutputStream
| コンストラクタと説明 |
|---|
DumpOutputStream(PrintWriter w)
Creates a new instance of DumpOutputStream
|
DumpOutputStream(Writer out) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] dt,
int off,
int len) |
void |
write(int d) |
writepublic DumpOutputStream(PrintWriter w)
w - public DumpOutputStream(Writer out)
public void write(int d)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] dt,
int off,
int len)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void flush()
flush インタフェース内 Flushableflush クラス内 OutputStreampublic void close()
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 OutputStreamCopyright © 2024. All rights reserved.