public final class Structures extends Object
Modifier and Type | Method and Description |
---|---|
static AttributeWriteResultEntry |
decodeAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<AttributeWriteResultEntry>> |
decodeAttributeWriteResultEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<AttributeWriteResultEntry,T> allactor,
boolean allowNull) |
static BrowserEntry |
decodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<BrowserEntry>> |
decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
static List<AttributeWriteResultEntry> |
decodeListAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<BrowserEntry> |
decodeListBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<AttributeWriteResultEntry> |
decodeSetAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<BrowserEntry> |
decodeSetBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static void |
encodeAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
AttributeWriteResultEntry value) |
static void |
encodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
static void |
encodeCollectionAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<AttributeWriteResultEntry> values) |
static void |
encodeCollectionBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<BrowserEntry> values) |
protected static void |
fillAttributeWriteResultEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<AttributeWriteResultEntry> values) |
protected static void |
fillBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<BrowserEntry> values) |
protected static AttributeWriteResultEntry |
inlindeDecodeAttributeWriteResultEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static BrowserEntry |
inlindeDecodeBrowserEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static void |
inlineEncodeAttributeWriteResultEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
AttributeWriteResultEntry value) |
protected static void |
inlineEncodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
BrowserEntry value) |
protected static void inlineEncodeAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, AttributeWriteResultEntry value) throws Exception
Exception
protected static AttributeWriteResultEntry inlindeDecodeAttributeWriteResultEntry(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, AttributeWriteResultEntry value) throws Exception
Exception
public static void encodeCollectionAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<AttributeWriteResultEntry> values) throws Exception
Exception
public static AttributeWriteResultEntry decodeAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillAttributeWriteResultEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<AttributeWriteResultEntry> values) throws Exception
Exception
protected static <T extends Collection<AttributeWriteResultEntry>> T decodeAttributeWriteResultEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<AttributeWriteResultEntry,T> allactor, boolean allowNull) throws Exception
Exception
public static List<AttributeWriteResultEntry> decodeListAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<AttributeWriteResultEntry> decodeSetAttributeWriteResultEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, BrowserEntry value) throws Exception
Exception
protected static BrowserEntry inlindeDecodeBrowserEntry(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, BrowserEntry value) throws Exception
Exception
public static void encodeCollectionBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<BrowserEntry> values) throws Exception
Exception
public static BrowserEntry decodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillBrowserEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<BrowserEntry> values) throws Exception
Exception
protected static <T extends Collection<BrowserEntry>> T decodeBrowserEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<BrowserEntry,T> allactor, boolean allowNull) throws Exception
Exception
public static List<BrowserEntry> decodeListBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<BrowserEntry> decodeSetBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.