org.jnetstream.packet
Interface FiniteField<T>

All Superinterfaces:
Field<T>, HeaderElement, java.lang.Iterable<Field<?>>, com.slytechs.utils.namespace.Named

public interface FiniteField<T>
extends Field<T>

A field that is constant, finite offset and length.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jnetstream.packet.Field
Field.DynamicField<T>, Field.StaticField
 
Nested classes/interfaces inherited from interface com.slytechs.utils.namespace.Named
com.slytechs.utils.namespace.Named.Util
 
Method Summary
 
Methods inherited from interface org.jnetstream.packet.Field
format, getAllFields, getLength, getOffset, getValue, getValueDescription, getValueInUnits, getValueUnits, isSigned
 
Methods inherited from interface org.jnetstream.packet.HeaderElement
getFieldConstant
 
Methods inherited from interface com.slytechs.utils.namespace.Named
getName
 
Methods inherited from interface java.lang.Iterable
iterator