Uses of Class
org.deepjava.runtime.util.IntPacket.Type
-
Packages that use IntPacket.Type Package Description org.deepjava.runtime.util -
-
Uses of IntPacket.Type in org.deepjava.runtime.util
Methods in org.deepjava.runtime.util that return IntPacket.Type Modifier and Type Method Description IntPacket.Type
IntPacket. readInt()
Reads an integer from the receive buffer.static IntPacket.Type
IntPacket.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntPacket.Type[]
IntPacket.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deepjava.runtime.util with parameters of type IntPacket.Type Modifier and Type Method Description boolean
IntPacket. writeInt(IntPacket.Type type, int val)
Writes an integer of the specified type to the send buffer.
-