Package io.aether.utils.streams.safe
Class SafeNodeImpl
- java.lang.Object
-
- io.aether.utils.streams.safe.SafeNodeImpl
-
- All Implemented Interfaces:
io.aether.utils.interfaces.ObjectFind,Node<byte[],byte[],byte[],byte[]>,Node2<byte[],byte[]>,Node4<byte[]>,NodeDown<byte[],byte[]>,NodeUp<byte[],byte[]>,SafeNode<java.lang.Object>,ThreadSafe,io.aether.utils.ToString
public class SafeNodeImpl extends java.lang.Object implements SafeNode<java.lang.Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSafeNodeImpl.InStreamApiprotected classSafeNodeImpl.UpGate
-
Field Summary
Fields Modifier and Type Field Description SafeNodeImpl.InStreamApiinStreamApi
-
Constructor Summary
Constructors Constructor Description SafeNodeImpl()SafeNodeImpl(int circleSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfirmToRemote(int remoteEnd)FGate<byte[],byte[]>gDown()FGate<byte[],byte[]>gUp()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
inStreamApi
public final SafeNodeImpl.InStreamApi inStreamApi
-
-