public final class Structures extends Object
Modifier and Type | Method and Description |
---|---|
static ConfigurationInformation |
decodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<ConfigurationInformation>> |
decodeConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ConfigurationInformation,T> allactor,
boolean allowNull) |
static DiffEntry |
decodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<DiffEntry>> |
decodeDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<DiffEntry,T> allactor,
boolean allowNull) |
static FactoryInformation |
decodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<FactoryInformation>> |
decodeFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<FactoryInformation,T> allactor,
boolean allowNull) |
static List<ConfigurationInformation> |
decodeListConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<DiffEntry> |
decodeListDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<FactoryInformation> |
decodeListFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ConfigurationInformation> |
decodeSetConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<DiffEntry> |
decodeSetDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<FactoryInformation> |
decodeSetFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static void |
encodeCollectionConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ConfigurationInformation> values) |
static void |
encodeCollectionDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<DiffEntry> values) |
static void |
encodeCollectionFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<FactoryInformation> values) |
static void |
encodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ConfigurationInformation value) |
static void |
encodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
DiffEntry value) |
static void |
encodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
FactoryInformation value) |
protected static void |
fillConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ConfigurationInformation> values) |
protected static void |
fillDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<DiffEntry> values) |
protected static void |
fillFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<FactoryInformation> values) |
protected static ConfigurationInformation |
inlindeDecodeConfigurationInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static DiffEntry |
inlindeDecodeDiffEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static FactoryInformation |
inlindeDecodeFactoryInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static void |
inlineEncodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ConfigurationInformation value) |
protected static void |
inlineEncodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
DiffEntry value) |
protected static void |
inlineEncodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
FactoryInformation value) |
protected static void inlineEncodeFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, FactoryInformation value) throws Exception
Exception
protected static FactoryInformation inlindeDecodeFactoryInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, FactoryInformation value) throws Exception
Exception
public static void encodeCollectionFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<FactoryInformation> values) throws Exception
Exception
public static FactoryInformation decodeFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillFactoryInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<FactoryInformation> values) throws Exception
Exception
protected static <T extends Collection<FactoryInformation>> T decodeFactoryInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<FactoryInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<FactoryInformation> decodeListFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<FactoryInformation> decodeSetFactoryInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, ConfigurationInformation value) throws Exception
Exception
protected static ConfigurationInformation inlindeDecodeConfigurationInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, ConfigurationInformation value) throws Exception
Exception
public static void encodeCollectionConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<ConfigurationInformation> values) throws Exception
Exception
public static ConfigurationInformation decodeConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillConfigurationInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<ConfigurationInformation> values) throws Exception
Exception
protected static <T extends Collection<ConfigurationInformation>> T decodeConfigurationInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<ConfigurationInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<ConfigurationInformation> decodeListConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<ConfigurationInformation> decodeSetConfigurationInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, DiffEntry value) throws Exception
Exception
protected static DiffEntry inlindeDecodeDiffEntry(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, DiffEntry value) throws Exception
Exception
public static void encodeCollectionDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<DiffEntry> values) throws Exception
Exception
public static DiffEntry decodeDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillDiffEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<DiffEntry> values) throws Exception
Exception
protected static <T extends Collection<DiffEntry>> T decodeDiffEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<DiffEntry,T> allactor, boolean allowNull) throws Exception
Exception
public static List<DiffEntry> decodeListDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<DiffEntry> decodeSetDiffEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.