public final class Structures
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationInformation |
decodeConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ConfigurationInformation>> |
decodeConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
|
static DiffEntry |
decodeDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<DiffEntry>> |
decodeDiffEntryCollection(BinaryContext context,
IoBuffer data,
|
static FactoryInformation |
decodeFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<FactoryInformation>> |
decodeFactoryInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<ConfigurationInformation> |
decodeListConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<DiffEntry> |
decodeListDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<FactoryInformation> |
decodeListFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ConfigurationInformation> |
decodeSetConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<DiffEntry> |
decodeSetDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<FactoryInformation> |
decodeSetFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static void |
encodeCollectionConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ConfigurationInformation> values) |
static void |
encodeCollectionDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<DiffEntry> values) |
static void |
encodeCollectionFactoryInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<FactoryInformation> values) |
static void |
encodeConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ConfigurationInformation value) |
static void |
encodeDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
DiffEntry value) |
static void |
encodeFactoryInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
FactoryInformation value) |
protected static void |
fillConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ConfigurationInformation> values) |
protected static void |
fillDiffEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<DiffEntry> values) |
protected static void |
fillFactoryInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<FactoryInformation> values) |
protected static ConfigurationInformation |
inlindeDecodeConfigurationInformation(BinaryContext _context,
IoBuffer _data) |
protected static DiffEntry |
inlindeDecodeDiffEntry(BinaryContext _context,
IoBuffer _data) |
protected static FactoryInformation |
inlindeDecodeFactoryInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
inlineEncodeConfigurationInformation(BinaryContext context,
IoBuffer data,
ConfigurationInformation value) |
protected static void |
inlineEncodeDiffEntry(BinaryContext context,
IoBuffer data,
DiffEntry value) |
protected static void |
inlineEncodeFactoryInformation(BinaryContext context,
IoBuffer data,
FactoryInformation value) |
protected static void inlineEncodeFactoryInformation(BinaryContext context, IoBuffer data, FactoryInformation value) throws java.lang.Exception
java.lang.Exceptionprotected static FactoryInformation inlindeDecodeFactoryInformation(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeFactoryInformation(BinaryContext context, IoBuffer data, byte fieldNumber, FactoryInformation value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionFactoryInformation(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<FactoryInformation> values) throws java.lang.Exception
java.lang.Exceptionpublic static FactoryInformation decodeFactoryInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillFactoryInformationCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<FactoryInformation> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<FactoryInformation>> T decodeFactoryInformationCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<FactoryInformation> decodeListFactoryInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<FactoryInformation> decodeSetFactoryInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void inlineEncodeConfigurationInformation(BinaryContext context, IoBuffer data, ConfigurationInformation value) throws java.lang.Exception
java.lang.Exceptionprotected static ConfigurationInformation inlindeDecodeConfigurationInformation(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeConfigurationInformation(BinaryContext context, IoBuffer data, byte fieldNumber, ConfigurationInformation value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionConfigurationInformation(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<ConfigurationInformation> values) throws java.lang.Exception
java.lang.Exceptionpublic static ConfigurationInformation decodeConfigurationInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillConfigurationInformationCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<ConfigurationInformation> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<ConfigurationInformation>> T decodeConfigurationInformationCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<ConfigurationInformation> decodeListConfigurationInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<ConfigurationInformation> decodeSetConfigurationInformation(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void inlineEncodeDiffEntry(BinaryContext context, IoBuffer data, DiffEntry value) throws java.lang.Exception
java.lang.Exceptionprotected static DiffEntry inlindeDecodeDiffEntry(BinaryContext _context, IoBuffer _data) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeDiffEntry(BinaryContext context, IoBuffer data, byte fieldNumber, DiffEntry value) throws java.lang.Exception
java.lang.Exceptionpublic static void encodeCollectionDiffEntry(BinaryContext context, IoBuffer data, byte fieldNumber, java.util.Collection<DiffEntry> values) throws java.lang.Exception
java.lang.Exceptionpublic static DiffEntry decodeDiffEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionprotected static void fillDiffEntryCollection(BinaryContext context, IoBuffer data, int items, java.util.Collection<DiffEntry> values) throws java.lang.Exception
java.lang.Exceptionprotected static <T extends java.util.Collection<DiffEntry>> T decodeDiffEntryCollection(BinaryContext context, IoBuffer data,allactor, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<DiffEntry> decodeListDiffEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<DiffEntry> decodeSetDiffEntry(BinaryContext context, IoBuffer data, boolean allowNull) throws java.lang.Exception
java.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0