WebLogic Integration


com.bea.wlxt.bintype
Class BintypeEndian

java.lang.Object
  |
  +--com.bea.wlxt.bintype.Bintype
        |
        +--com.bea.wlxt.bintype.BintypeEndian

public class BintypeEndian
extends Bintype

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class com.bea.wlxt.bintype.Bintype
codepageEBCDIC
 
Constructor Summary
BintypeEndian(java.lang.String dataType)
           
 
Method Summary
 boolean isEndian(com.bea.wlxt.mfl.MFLField mflField)
           
 boolean isInRange(java.math.BigInteger theNumber)
           
 java.lang.String read(java.io.InputStream byteStream, com.bea.wlxt.mfl.MFLField mflField)
           
 java.lang.String toString()
           
 void write(BintypeOutputStream byteStream, com.bea.wlxt.mfl.MFLField mflField, java.lang.String value)
           
 
Methods inherited from class com.bea.wlxt.bintype.Bintype
applyPadAndTrim, applyPadTrimAndTruncate, canBeDataDelimited, canBeDelimited, canBeDelimSeparator, canBeFieldType, canBeLenFieldType, canBePadded, canBePassLiteral, canBeTagFieldType, canBeTrimmed, canBeTruncated, canHaveDecimalPlaces, getBinaryBytes, getDescriptionText, getDisplayName, getTypeName, isCodepageOK, isCutoffRequired, isDateType, isFixedSize, isValueOK, makeString, readDataDelim, readDelimitedField, readLength, readTag, reverseBytes, writeLength, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BintypeEndian

public BintypeEndian(java.lang.String dataType)
Method Detail

read

public java.lang.String read(java.io.InputStream byteStream,
                             com.bea.wlxt.mfl.MFLField mflField)
                      throws BintypeException

Overrides:
read in class Bintype

write

public void write(BintypeOutputStream byteStream,
                  com.bea.wlxt.mfl.MFLField mflField,
                  java.lang.String value)
           throws BintypeException

Overrides:
write in class Bintype

isEndian

public boolean isEndian(com.bea.wlxt.mfl.MFLField mflField)

isInRange

public boolean isInRange(java.math.BigInteger theNumber)

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

WebLogic Integration

WebLogic Integration (WLI)