public abstract class TOutputStream extends TObject implements TCloseable, TFlushable
Constructor and Description |
---|
TOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
abstract void |
write(int b) |
public abstract void write(int b) throws IOException
IOException
public void write(byte[] b) throws IOException
IOException
public void write(byte[] b, int off, int len) throws IOException
IOException
public void close() throws IOException
close
in interface TCloseable
close
in interface TAutoCloseable
IOException
public void flush() throws IOException
flush
in interface TFlushable
IOException
Copyright © 2019. All rights reserved.