Uses of Class
de.uniluebeck.itm.tcpip.Storage
-
Packages that use Storage Package Description de.tudresden.sumo.util it.polito.appeal.traci.protocol -
-
Uses of Storage in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util with parameters of type Storage Modifier and Type Method Description static SumoObject
CommandProcessor. read(int type, Storage s)
static SumoStage
CommandProcessor. readStage(Storage content)
-
Uses of Storage in it.polito.appeal.traci.protocol
Methods in it.polito.appeal.traci.protocol that return Storage Modifier and Type Method Description Storage
Command. content()
Returns the content.Methods in it.polito.appeal.traci.protocol with parameters of type Storage Modifier and Type Method Description void
Command. writeRawTo(Storage out)
Writes the serialized form of this command to the givenStorage
object.void
StatusResponse. writeTo(Storage out)
Constructors in it.polito.appeal.traci.protocol with parameters of type Storage Constructor Description Command(Storage rawStorage)
Builds a command from aStorage
received from the other endpoint.StatusResponse(Storage packet)
-