Package io.aether.utils.streams.safe
Class SafeNodeImpl.InStreamApi
- java.lang.Object
-
- io.aether.utils.streams.safe.SafeNodeImpl.InStreamApi
-
- Enclosing class:
- SafeNodeImpl
public class SafeNodeImpl.InStreamApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InStreamApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconfirmReceive(short offset)voidconfirmReceiveInt(int offset)voidconfirmSend(short offset)voidconfirmSendInt(int offset)voidrepeat(short repeat, short offset, byte[] data)voidrepeatInt(int repeat, int offset, byte[] data)voidrequestRepeat(short offset, short length)voidrequestRepeatAfter(short offset)voidrequestRepeatAfterInt(int offset)voidrequestRepeatInt(int offset, int length)voidsend(short offset, byte[] data)voidsendInt(int offset, byte[] data)voidstatus(short send, short receive)voidstatusInt(int send, int receive)
-
-
-
Method Detail
-
requestRepeatInt
public void requestRepeatInt(int offset, int length)
-
status
public void status(short send, short receive)
-
statusInt
public void statusInt(int send, int receive)
-
close
public void close()
-
requestRepeat
public void requestRepeat(short offset, short length)
-
send
public void send(short offset, byte[] data)
-
requestRepeatAfter
public void requestRepeatAfter(short offset)
-
requestRepeatAfterInt
public void requestRepeatAfterInt(int offset)
-
confirmReceive
public void confirmReceive(short offset)
-
confirmSend
public void confirmSend(short offset)
-
confirmSendInt
public void confirmSendInt(int offset)
-
confirmReceiveInt
public void confirmReceiveInt(int offset)
-
sendInt
public void sendInt(int offset, byte[] data)
-
repeat
public void repeat(short repeat, short offset, byte[] data)
-
repeatInt
public void repeatInt(int repeat, int offset, byte[] data)
-
-