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 SumoObjectCommandProcessor. read(int type, Storage s)static SumoStageCommandProcessor. 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 StorageCommand. content()Returns the content.Methods in it.polito.appeal.traci.protocol with parameters of type Storage Modifier and Type Method Description voidCommand. writeRawTo(Storage out)Writes the serialized form of this command to the givenStorageobject.voidStatusResponse. writeTo(Storage out)Constructors in it.polito.appeal.traci.protocol with parameters of type Storage Constructor Description Command(Storage rawStorage)Builds a command from aStoragereceived from the other endpoint.StatusResponse(Storage packet)
-