public class FaultHideSink extends DelegateSink
| Constructor and Description |
|---|
FaultHideSink(Sink delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
protected void |
onException(IOException e) |
void |
write(Buffer source,
long byteCount) |
delegate, timeout, toStringpublic FaultHideSink(Sink delegate)
public void write(Buffer source, long byteCount) throws IOException
write in interface Sinkwrite in class DelegateSinkIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in interface Sinkflush in class DelegateSinkIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface Sinkclose in class DelegateSinkIOExceptionprotected void onException(IOException e)
Copyright © 2020. All rights reserved.