XCMS Toolkit

schemajic.codec
Class Encoder

java.lang.Object
  extended by schemajic.codec.Encoder
Direct Known Subclasses:
ASN1Encoder, BXEREncoder

public abstract class Encoder
extends java.lang.Object

Models the abstract concept of an ASN.1 encode transformation.

Version:
1.00 - 2006/01/22
Author:
support@phillipgriffin.com

Constructor Summary
Encoder()
          Constructor for Encoder.
 
Method Summary
abstract  void encode(ASN1Value value, java.io.OutputStream out)
          Abstract definition of a method for encoding a value of an ASN.1 type to a target output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encoder

public Encoder()
Constructor for Encoder.

Method Detail

encode

public abstract void encode(ASN1Value value,
                            java.io.OutputStream out)
                     throws EncodingException
Abstract definition of a method for encoding a value of an ASN.1 type to a target output stream.

Parameters:
value - the value of an ASN.1 type to be encoded
out - target of an encoding transform
Throws:
EncodingException

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.