Copyright 2012-04-26 Werner Randelshofer

Package org.monte.media.binary

Provides codecs for media conversion.

See:
          Description

Interface Summary
BinaryModel Model for untyped binary data.
 

Class Summary
BinaryPanel Panel for untyped binary data.
BinaryPanel.Highlight  
ByteArrayBinaryModel Model for untyped binary data.
FileBasedBinaryModel FileBasedBinaryModel.
StructPanel Panel for structured binary data.
StructParser Parses structured binary data using C-like data declarations.
StructParser.ArraySize ArraySize expression.
StructParser.Declarations Declarations expression.
StructParser.DescriptionDeclaration DescriptionDeclaration expression.
StructParser.EnumDeclaration EnumDeclaration expression.
StructParser.EnumSpecifier EnumSpecifier expression.
StructParser.IntLiteral IntLiteral expression.
StructParser.MagicDeclaration MagicDeclaration expression.
StructParser.MagicOrIntLiteral MagicOrIntLiteral expression.
StructParser.MemberDeclaration MemberDeclaration expression.
StructParser.PrimitiveSpecifier PrimitiveSpecifier expression.
StructParser.SetDeclaration SetDeclaration expression.
StructParser.SetSpecifier SetSpecifier expression.
StructParser.StructSpecifier StructSpecifier expression.
StructParser.TypedefDeclaration TypedefDeclaration expression.
StructParser.TypeSpecifier TypeSpecifier expression.
StructTableModel Table model for structured binary data.
StructTableModel.Value Represents one typed value of the data structure represented by the StructTableModel.
 

Package org.monte.media.binary Description

Provides codecs for media conversion.

Version:
$Id: package-info.java 151 2012-01-13 20:29:55Z werner $
Author:
Werner Randelshofer

Copyright 2012-04-26 Werner Randelshofer