Class ProxyPayload
java.lang.Object
net.flectone.pulse.util.io.ProxyPayload
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()parseFEntity(com.google.gson.Gson gson, com.google.gson.JsonObject jsonObject) byte[]booleanintreadInt()longreadLong()readUUID()
-
Constructor Details
-
ProxyPayload
public ProxyPayload(byte[] bytes)
-
-
Method Details
-
readString
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readBoolean
- Throws:
IOException
-
readUUID
- Throws:
IOException
-
readAllBytes
- Throws:
IOException
-
parseFEntity
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-