Uses of Class
net.sf.okapi.proto.Events
-
Packages that use Events Package Description net.sf.okapi.lib.serialization net.sf.okapi.proto -
-
Uses of Events in net.sf.okapi.lib.serialization
Methods in net.sf.okapi.lib.serialization that return Events Modifier and Type Method Description static EventsOkapi2Proto. toEvents(List<Event> events, LocaleId sourceLocale)Methods in net.sf.okapi.lib.serialization with parameters of type Events Modifier and Type Method Description static List<Event>Proto2Okapi. toEvents(Events value) -
Uses of Events in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return Events Modifier and Type Method Description EventsEvents.Builder. build()EventsEvents.Builder. buildPartial()static EventsEvents. getDefaultInstance()EventsEvents.Builder. getDefaultInstanceForType()EventsEvents. getDefaultInstanceForType()static EventsEvents. parseDelimitedFrom(InputStream input)static EventsEvents. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventsEvents. parseFrom(byte[] data)static EventsEvents. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventsEvents. parseFrom(com.google.protobuf.ByteString data)static EventsEvents. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventsEvents. parseFrom(com.google.protobuf.CodedInputStream input)static EventsEvents. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventsEvents. parseFrom(InputStream input)static EventsEvents. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventsEvents. parseFrom(ByteBuffer data)static EventsEvents. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in net.sf.okapi.proto that return types with arguments of type Events Modifier and Type Method Description com.google.protobuf.Parser<Events>Events. getParserForType()static com.google.protobuf.Parser<Events>Events. parser()Methods in net.sf.okapi.proto with parameters of type Events Modifier and Type Method Description Events.BuilderEvents.Builder. mergeFrom(Events other)static Events.BuilderEvents. newBuilder(Events prototype)
-