Package io.aether.utils.streams.safe
Class SafeNodeImpl.UpGate
- java.lang.Object
-
- io.aether.utils.streams.safe.SafeNodeImpl.UpGate
-
- Enclosing class:
- SafeNodeImpl
protected class SafeNodeImpl.UpGate extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpGate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfirmRemoteReceive(int offset)voidflush()intgetSizeForWrite()booleanisWritable()voidrepeat(int offset, int length)voidrepeatAfter(int offset)booleansend(Value<byte[]> value)
-
-
-
Method Detail
-
isWritable
public boolean isWritable()
-
send
public boolean send(Value<byte[]> value)
-
flush
public void flush()
-
confirmRemoteReceive
public void confirmRemoteReceive(int offset)
-
repeatAfter
public void repeatAfter(int offset)
-
repeat
public void repeat(int offset, int length)
-
getSizeForWrite
public int getSizeForWrite()
-
-