Uses of Class
com.tinkerforge.BrickRED.AllocateString
-
-
Uses of BrickRED.AllocateString in com.tinkerforge
Methods in com.tinkerforge that return BrickRED.AllocateString Modifier and Type Method Description BrickRED.AllocateString
BrickRED. allocateString(long lengthToReserve, java.lang.String buffer, int sessionId)
Allocates a new string object, reserves ``length_to_reserve`` bytes memory for it and sets up to the first 60 bytes.
-