Package com.sun.corba.ee.impl.encoding
Class CDRInputStream_1_0
- java.lang.Object
-
- java.io.InputStream
-
- com.sun.corba.ee.impl.encoding.CDRInputStreamBase
-
- com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
-
- All Implemented Interfaces:
RestorableInputStream
,java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
CDRInputStream_1_1
public class CDRInputStream_1_0 extends CDRInputStreamBase implements RestorableInputStream
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
CDRInputStream_1_0.StreamMemento
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
parent
-
-
Constructor Summary
Constructors Constructor Description CDRInputStream_1_0()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
_truncatable_ids()
protected void
alignAndCheck(int align, int n)
(package private) void
alignOnBoundary(int octetBoundary)
Aligns the current position on the given octet boundary if there are enough bytes available to do so.protected void
checkBlockLength(int align, int dataSize)
protected void
checkForNegativeLength(int length)
private void
chunkedNestingLevel(int nl)
private void
className(java.lang.String name)
void
close()
protected int
computeAlignment(int index, int align)
void
consumeEndian()
private void
createRepositoryIdHandlers()
java.lang.Object
createStreamMemento()
CDRInputStreamBase
dup()
private void
end_block()
void
end_value()
private void
endFlag(int value)
private void
endTag(int endTag)
protected int
get_offset()
int
getBufferLength()
BufferManagerRead
getBufferManager()
java.nio.ByteOrder
getByteOrder()
protected CodeSetConversion.BTCConverter
getCharConverter()
private java.lang.Class<?>
getClassFromString(java.lang.String repositoryIDString, java.lang.String codebaseURL, java.lang.Class<?> expectedType)
Attempts to find the class described by the given repository ID string and expected type.(package private) CodeBase
getCodeBase()
(package private) char[]
getConvertedChars(int numBytes, CodeSetConversion.BTCConverter converter)
GIOPVersion
getGIOPVersion()
private java.util.List<java.lang.String>
getInterfacesList(java.lang.String[] interfaces)
int
getPosition()
protected CodeSetConversion.BTCConverter
getWCharConverter()
protected void
grow(int align, int n)
private void
handleEndOfValue()
private java.io.Serializable
handleIndirection()
private void
indirectionValue(int indir)
(package private) void
init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.ByteOrder byteOrder, BufferManagerRead bufferManager)
static Object
internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb)
private java.lang.String
internalReadString(int len)
private boolean
isCustomType(ValueHelper helper)
void
mark(int readlimit)
(package private) java.lang.String
newEmptyString()
private void
noProxyInterfaces()
private void
notChunked()
private void
nullIOR()
ORB
orb()
void
orb(ORB orb)
private void
peekNextLong(long val)
(package private) void
performORBVersionSpecificInit()
java.lang.Object
read_Abstract()
java.lang.Object
read_abstract_interface()
java.lang.Object
read_abstract_interface(java.lang.Class clz)
Any
read_any()
void
read_any_array(Any[] value, int offset, int length)
void
read_any_array(AnySeqHolder seq, int offset, int length)
boolean
read_boolean()
void
read_boolean_array(boolean[] value, int offset, int length)
void
read_boolean_array(BooleanSeqHolder seq, int offset, int length)
char
read_char()
void
read_char_array(char[] value, int offset, int length)
void
read_char_array(CharSeqHolder seq, int offset, int length)
private java.lang.String
read_codebase_URL()
double
read_double()
void
read_double_array(double[] value, int offset, int length)
void
read_double_array(DoubleSeqHolder seq, int offset, int length)
java.math.BigDecimal
read_fixed()
java.math.BigDecimal
read_fixed(short digits, short scale)
private java.lang.StringBuffer
read_fixed_buffer()
float
read_float()
void
read_float_array(float[] value, int offset, int length)
void
read_float_array(FloatSeqHolder seq, int offset, int length)
int
read_long()
void
read_long_array(int[] value, int offset, int length)
void
read_long_array(LongSeqHolder seq, int offset, int length)
long
read_longlong()
void
read_longlong_array(long[] value, int offset, int length)
void
read_longlong_array(LongLongSeqHolder seq, int offset, int length)
Object
read_Object()
Object
read_Object(java.lang.Class clz)
byte
read_octet()
void
read_octet_array(byte[] buffer, int offset, int length)
void
read_octet_array(OctetSeqHolder seq, int offset, int length)
Principal
read_Principal()
private java.lang.String
read_repositoryId()
private java.lang.String
read_repositoryIds()
short
read_short()
void
read_short_array(short[] value, int offset, int length)
void
read_short_array(ShortSeqHolder seq, int offset, int length)
java.lang.String
read_string()
TypeCode
read_TypeCode()
int
read_ulong()
void
read_ulong_array(int[] value, int offset, int length)
void
read_ulong_array(ULongSeqHolder seq, int offset, int length)
long
read_ulonglong()
void
read_ulonglong_array(long[] value, int offset, int length)
void
read_ulonglong_array(ULongLongSeqHolder seq, int offset, int length)
short
read_ushort()
void
read_ushort_array(short[] value, int offset, int length)
void
read_ushort_array(UShortSeqHolder seq, int offset, int length)
java.io.Serializable
read_value()
java.io.Serializable
read_value(java.io.Serializable value)
java.io.Serializable
read_value(java.lang.Class expectedType)
java.io.Serializable
read_value(java.lang.String repositoryId)
java.io.Serializable
read_value(BoxedValueHelper factory)
java.io.Serializable
read_Value()
char
read_wchar()
void
read_wchar_array(char[] value, int offset, int length)
void
read_wchar_array(WCharSeqHolder seq, int offset, int length)
java.lang.String
read_wstring()
private java.lang.Object
readBoxedIDLEntity(java.lang.Class<?> clazz, java.lang.String codebase)
private java.lang.Class<?>
readClass()
private void
readClassCodebases(java.lang.String codebases, java.lang.String repoId)
private void
readEndTag()
End tags are only written for chunked valuetypes.private java.lang.Object
readIDLValue(int indirection, java.lang.String repId, java.lang.Class<?> clazz, ClassInfoCache.ClassInfo cinfo, java.lang.String codebase)
private java.lang.Object
readIDLValueWithHelper(ValueHelper helper, int indirection)
private java.lang.String
readRepositoryIds(int valueTag, java.lang.Class<?> expectedType, ClassInfoCache.ClassInfo cinfo, java.lang.String expectedTypeRepId)
private java.lang.String
readRepositoryIds(int valueTag, java.lang.Class<?> expectedType, ClassInfoCache.ClassInfo cinfo, java.lang.String expectedTypeRepId, BoxedValueHelper factory)
Examines the valuetag to see how many (if any) repository IDs are present on the wire.private java.lang.Object
readRMIIIOPValueType(int indirection, java.lang.Class<?> valueClass, java.lang.String repositoryIDString)
protected java.lang.String
readStringOrIndirection(boolean allowIndirection)
private int
readValueTag()
private void
repositoryIdString(java.lang.String str)
void
reset()
void
resetCodeSetConverters()
void
restoreInternalState(java.lang.Object streamMemento)
void
setBufferLength(int value)
(package private) void
setHeaderPadding(boolean headerPadding)
void
setIndex(int value)
private void
skipToOffset(int offset)
private void
start_block()
void
start_value()
private void
stubFactory(PresentationManager.StubFactory fact)
private void
unreadLastLong()
private void
valueClass(java.lang.Class cls)
private void
valueTag(int value)
-
Methods inherited from class com.sun.corba.ee.impl.encoding.CDRInputStreamBase
markSupported, read, read_Context, setParent
-
-
-
-
Field Detail
-
wrapper
protected static final ORBUtilSystemException wrapper
-
omgWrapper
private static final OMGSystemException omgWrapper
-
K_READ_METHOD
private static final java.lang.String K_READ_METHOD
- See Also:
- Constant Field Values
-
MAX_BLOCK_LENGTH
private static final int MAX_BLOCK_LENGTH
- See Also:
- Constant Field Values
-
bufferManagerRead
protected BufferManagerRead bufferManagerRead
-
byteBuffer
protected java.nio.ByteBuffer byteBuffer
-
orb
protected ORB orb
-
valueHandler
protected ValueHandler valueHandler
-
valueCache
private CacheTable<java.lang.Object> valueCache
-
repositoryIdCache
private CacheTable<java.lang.String> repositoryIdCache
-
codebaseCache
private CacheTable<java.lang.String> codebaseCache
-
blockLength
protected int blockLength
-
end_flag
protected int end_flag
-
chunkedValueNestingLevel
private int chunkedValueNestingLevel
-
valueIndirection
protected int valueIndirection
-
stringIndirection
protected int stringIndirection
-
isChunked
protected boolean isChunked
-
repIdUtil
private RepositoryIdUtility repIdUtil
-
repIdStrs
private RepositoryIdStrings repIdStrs
-
charConverter
private CodeSetConversion.BTCConverter charConverter
-
wcharConverter
private CodeSetConversion.BTCConverter wcharConverter
-
specialNoOptionalDataState
private boolean specialNoOptionalDataState
-
_id
private static final java.lang.String _id
- See Also:
- Constant Field Values
-
_ids
private static final java.lang.String[] _ids
-
markAndResetHandler
protected MarkAndResetHandler markAndResetHandler
-
-
Method Detail
-
newEmptyString
final java.lang.String newEmptyString()
-
dup
public CDRInputStreamBase dup()
- Specified by:
dup
in classCDRInputStreamBase
-
init
void init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.ByteOrder byteOrder, BufferManagerRead bufferManager)
- Specified by:
init
in classCDRInputStreamBase
-
performORBVersionSpecificInit
void performORBVersionSpecificInit()
- Specified by:
performORBVersionSpecificInit
in classCDRInputStreamBase
-
createRepositoryIdHandlers
private void createRepositoryIdHandlers()
-
getGIOPVersion
public GIOPVersion getGIOPVersion()
- Specified by:
getGIOPVersion
in classCDRInputStreamBase
-
setHeaderPadding
void setHeaderPadding(boolean headerPadding)
- Specified by:
setHeaderPadding
in classCDRInputStreamBase
-
computeAlignment
protected final int computeAlignment(int index, int align)
-
notChunked
@InfoMethod private void notChunked()
-
checkBlockLength
protected void checkBlockLength(int align, int dataSize)
-
alignAndCheck
protected void alignAndCheck(int align, int n)
-
grow
protected void grow(int align, int n)
-
consumeEndian
public final void consumeEndian()
- Specified by:
consumeEndian
in classCDRInputStreamBase
-
read_boolean
public final boolean read_boolean()
- Specified by:
read_boolean
in classCDRInputStreamBase
-
read_char
public final char read_char()
- Specified by:
read_char
in classCDRInputStreamBase
-
read_wchar
public char read_wchar()
- Specified by:
read_wchar
in classCDRInputStreamBase
-
read_octet
public final byte read_octet()
- Specified by:
read_octet
in classCDRInputStreamBase
-
read_short
public final short read_short()
- Specified by:
read_short
in classCDRInputStreamBase
-
read_ushort
public final short read_ushort()
- Specified by:
read_ushort
in classCDRInputStreamBase
-
read_long
public final int read_long()
- Specified by:
read_long
in classCDRInputStreamBase
-
read_ulong
public final int read_ulong()
- Specified by:
read_ulong
in classCDRInputStreamBase
-
read_longlong
public final long read_longlong()
- Specified by:
read_longlong
in classCDRInputStreamBase
-
read_ulonglong
public final long read_ulonglong()
- Specified by:
read_ulonglong
in classCDRInputStreamBase
-
read_float
public final float read_float()
- Specified by:
read_float
in classCDRInputStreamBase
-
read_double
public final double read_double()
- Specified by:
read_double
in classCDRInputStreamBase
-
checkForNegativeLength
protected final void checkForNegativeLength(int length)
-
readStringOrIndirection
protected final java.lang.String readStringOrIndirection(boolean allowIndirection)
-
internalReadString
private java.lang.String internalReadString(int len)
-
read_string
public final java.lang.String read_string()
- Specified by:
read_string
in classCDRInputStreamBase
-
read_wstring
public java.lang.String read_wstring()
- Specified by:
read_wstring
in classCDRInputStreamBase
-
read_octet_array
public final void read_octet_array(byte[] buffer, int offset, int length)
- Specified by:
read_octet_array
in classCDRInputStreamBase
-
read_Principal
public Principal read_Principal()
- Specified by:
read_Principal
in classCDRInputStreamBase
-
read_TypeCode
public TypeCode read_TypeCode()
- Specified by:
read_TypeCode
in classCDRInputStreamBase
-
read_any
public Any read_any()
- Specified by:
read_any
in classCDRInputStreamBase
-
read_Object
public Object read_Object()
- Specified by:
read_Object
in classCDRInputStreamBase
-
nullIOR
@InfoMethod private void nullIOR()
-
className
@InfoMethod private void className(java.lang.String name)
-
stubFactory
@InfoMethod private void stubFactory(PresentationManager.StubFactory fact)
-
read_Object
public Object read_Object(java.lang.Class clz)
- Specified by:
read_Object
in classCDRInputStreamBase
-
internalIORToObject
public static Object internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb)
-
read_abstract_interface
public java.lang.Object read_abstract_interface()
- Specified by:
read_abstract_interface
in classCDRInputStreamBase
-
read_abstract_interface
public java.lang.Object read_abstract_interface(java.lang.Class clz)
- Specified by:
read_abstract_interface
in classCDRInputStreamBase
-
read_value
public java.io.Serializable read_value()
- Specified by:
read_value
in classCDRInputStreamBase
-
indirectionValue
@InfoMethod private void indirectionValue(int indir)
-
handleIndirection
private java.io.Serializable handleIndirection()
-
readRepositoryIds
private java.lang.String readRepositoryIds(int valueTag, java.lang.Class<?> expectedType, ClassInfoCache.ClassInfo cinfo, java.lang.String expectedTypeRepId)
-
readRepositoryIds
private java.lang.String readRepositoryIds(int valueTag, java.lang.Class<?> expectedType, ClassInfoCache.ClassInfo cinfo, java.lang.String expectedTypeRepId, BoxedValueHelper factory)
Examines the valuetag to see how many (if any) repository IDs are present on the wire. If no repository ID information is on the wire but the expectedType or expectedTypeRepId is known, it will return one of those (favoring the expectedType's repId). Failing that, it uses the supplied BoxedValueHelper to obtain the repository ID, as a last resort.
-
readRMIIIOPValueType
private java.lang.Object readRMIIIOPValueType(int indirection, java.lang.Class<?> valueClass, java.lang.String repositoryIDString)
-
repositoryIdString
@InfoMethod private void repositoryIdString(java.lang.String str)
-
valueClass
@InfoMethod private void valueClass(java.lang.Class cls)
-
noProxyInterfaces
@InfoMethod private void noProxyInterfaces()
-
read_value
public java.io.Serializable read_value(java.lang.Class expectedType)
- Specified by:
read_value
in classCDRInputStreamBase
-
getInterfacesList
private java.util.List<java.lang.String> getInterfacesList(java.lang.String[] interfaces)
-
read_value
public java.io.Serializable read_value(BoxedValueHelper factory)
- Specified by:
read_value
in classCDRInputStreamBase
-
isCustomType
private boolean isCustomType(ValueHelper helper)
-
read_value
public java.io.Serializable read_value(java.io.Serializable value)
- Specified by:
read_value
in classCDRInputStreamBase
-
read_value
public java.io.Serializable read_value(java.lang.String repositoryId)
- Specified by:
read_value
in classCDRInputStreamBase
-
readClassCodebases
@InfoMethod private void readClassCodebases(java.lang.String codebases, java.lang.String repoId)
-
readClass
private java.lang.Class<?> readClass()
-
readIDLValueWithHelper
private java.lang.Object readIDLValueWithHelper(ValueHelper helper, int indirection)
-
readBoxedIDLEntity
private java.lang.Object readBoxedIDLEntity(java.lang.Class<?> clazz, java.lang.String codebase)
-
readIDLValue
private java.lang.Object readIDLValue(int indirection, java.lang.String repId, java.lang.Class<?> clazz, ClassInfoCache.ClassInfo cinfo, java.lang.String codebase)
-
endTag
@InfoMethod private void endTag(int endTag)
-
chunkedNestingLevel
@InfoMethod private void chunkedNestingLevel(int nl)
-
endFlag
@InfoMethod private void endFlag(int value)
-
readEndTag
private void readEndTag()
End tags are only written for chunked valuetypes. Before Merlin, our ORBs wrote end tags which took into account all enclosing valuetypes. This was changed by an interop resolution (see details around chunkedValueNestingLevel) to only include enclosing chunked types. ORB versioning and end tag compaction are handled here.
-
get_offset
protected int get_offset()
-
unreadLastLong
@InfoMethod private void unreadLastLong()
-
start_block
private void start_block()
-
peekNextLong
@InfoMethod private void peekNextLong(long val)
-
handleEndOfValue
private void handleEndOfValue()
-
end_block
private void end_block()
-
readValueTag
private int readValueTag()
-
orb
public ORB orb()
- Specified by:
orb
in classCDRInputStreamBase
-
read_boolean_array
public final void read_boolean_array(boolean[] value, int offset, int length)
- Specified by:
read_boolean_array
in classCDRInputStreamBase
-
read_char_array
public final void read_char_array(char[] value, int offset, int length)
- Specified by:
read_char_array
in classCDRInputStreamBase
-
read_wchar_array
public final void read_wchar_array(char[] value, int offset, int length)
- Specified by:
read_wchar_array
in classCDRInputStreamBase
-
read_short_array
public final void read_short_array(short[] value, int offset, int length)
- Specified by:
read_short_array
in classCDRInputStreamBase
-
read_ushort_array
public final void read_ushort_array(short[] value, int offset, int length)
- Specified by:
read_ushort_array
in classCDRInputStreamBase
-
read_long_array
public final void read_long_array(int[] value, int offset, int length)
- Specified by:
read_long_array
in classCDRInputStreamBase
-
read_ulong_array
public final void read_ulong_array(int[] value, int offset, int length)
- Specified by:
read_ulong_array
in classCDRInputStreamBase
-
read_longlong_array
public final void read_longlong_array(long[] value, int offset, int length)
- Specified by:
read_longlong_array
in classCDRInputStreamBase
-
read_ulonglong_array
public final void read_ulonglong_array(long[] value, int offset, int length)
- Specified by:
read_ulonglong_array
in classCDRInputStreamBase
-
read_float_array
public final void read_float_array(float[] value, int offset, int length)
- Specified by:
read_float_array
in classCDRInputStreamBase
-
read_double_array
public final void read_double_array(double[] value, int offset, int length)
- Specified by:
read_double_array
in classCDRInputStreamBase
-
read_any_array
public final void read_any_array(Any[] value, int offset, int length)
-
read_repositoryIds
private java.lang.String read_repositoryIds()
-
read_repositoryId
private java.lang.String read_repositoryId()
-
read_codebase_URL
private java.lang.String read_codebase_URL()
-
read_Abstract
public java.lang.Object read_Abstract()
- Specified by:
read_Abstract
in classCDRInputStreamBase
-
read_Value
public java.io.Serializable read_Value()
- Specified by:
read_Value
in classCDRInputStreamBase
-
read_any_array
public void read_any_array(AnySeqHolder seq, int offset, int length)
- Specified by:
read_any_array
in classCDRInputStreamBase
-
read_boolean_array
public void read_boolean_array(BooleanSeqHolder seq, int offset, int length)
- Specified by:
read_boolean_array
in classCDRInputStreamBase
-
read_char_array
public void read_char_array(CharSeqHolder seq, int offset, int length)
- Specified by:
read_char_array
in classCDRInputStreamBase
-
read_wchar_array
public void read_wchar_array(WCharSeqHolder seq, int offset, int length)
- Specified by:
read_wchar_array
in classCDRInputStreamBase
-
read_octet_array
public void read_octet_array(OctetSeqHolder seq, int offset, int length)
- Specified by:
read_octet_array
in classCDRInputStreamBase
-
read_short_array
public void read_short_array(ShortSeqHolder seq, int offset, int length)
- Specified by:
read_short_array
in classCDRInputStreamBase
-
read_ushort_array
public void read_ushort_array(UShortSeqHolder seq, int offset, int length)
- Specified by:
read_ushort_array
in classCDRInputStreamBase
-
read_long_array
public void read_long_array(LongSeqHolder seq, int offset, int length)
- Specified by:
read_long_array
in classCDRInputStreamBase
-
read_ulong_array
public void read_ulong_array(ULongSeqHolder seq, int offset, int length)
- Specified by:
read_ulong_array
in classCDRInputStreamBase
-
read_ulonglong_array
public void read_ulonglong_array(ULongLongSeqHolder seq, int offset, int length)
- Specified by:
read_ulonglong_array
in classCDRInputStreamBase
-
read_longlong_array
public void read_longlong_array(LongLongSeqHolder seq, int offset, int length)
- Specified by:
read_longlong_array
in classCDRInputStreamBase
-
read_float_array
public void read_float_array(FloatSeqHolder seq, int offset, int length)
- Specified by:
read_float_array
in classCDRInputStreamBase
-
read_double_array
public void read_double_array(DoubleSeqHolder seq, int offset, int length)
- Specified by:
read_double_array
in classCDRInputStreamBase
-
read_fixed
public java.math.BigDecimal read_fixed(short digits, short scale)
- Specified by:
read_fixed
in classCDRInputStreamBase
-
read_fixed
public java.math.BigDecimal read_fixed()
- Specified by:
read_fixed
in classCDRInputStreamBase
-
read_fixed_buffer
private java.lang.StringBuffer read_fixed_buffer()
-
_truncatable_ids
public java.lang.String[] _truncatable_ids()
- Specified by:
_truncatable_ids
in classCDRInputStreamBase
-
getBufferLength
public int getBufferLength()
- Specified by:
getBufferLength
in classCDRInputStreamBase
-
setBufferLength
public void setBufferLength(int value)
- Specified by:
setBufferLength
in classCDRInputStreamBase
-
setIndex
public void setIndex(int value)
- Specified by:
setIndex
in classCDRInputStreamBase
-
getByteOrder
public java.nio.ByteOrder getByteOrder()
- Specified by:
getByteOrder
in classCDRInputStreamBase
-
orb
public void orb(ORB orb)
- Specified by:
orb
in classCDRInputStreamBase
-
getBufferManager
public BufferManagerRead getBufferManager()
- Specified by:
getBufferManager
in classCDRInputStreamBase
-
skipToOffset
private void skipToOffset(int offset)
-
createStreamMemento
public java.lang.Object createStreamMemento()
- Specified by:
createStreamMemento
in interfaceRestorableInputStream
-
restoreInternalState
public void restoreInternalState(java.lang.Object streamMemento)
- Specified by:
restoreInternalState
in interfaceRestorableInputStream
-
getPosition
public int getPosition()
- Specified by:
getPosition
in classCDRInputStreamBase
-
mark
public void mark(int readlimit)
- Specified by:
mark
in classCDRInputStreamBase
-
reset
public void reset()
- Specified by:
reset
in classCDRInputStreamBase
-
getCodeBase
CodeBase getCodeBase()
- Specified by:
getCodeBase
in classCDRInputStreamBase
-
getClassFromString
private java.lang.Class<?> getClassFromString(java.lang.String repositoryIDString, java.lang.String codebaseURL, java.lang.Class<?> expectedType)
Attempts to find the class described by the given repository ID string and expected type. The first attempt is to find the class locally, falling back on the URL that came with the value. The second attempt is to use a URL from the remote CodeBase.
-
getConvertedChars
char[] getConvertedChars(int numBytes, CodeSetConversion.BTCConverter converter)
-
getCharConverter
protected CodeSetConversion.BTCConverter getCharConverter()
-
getWCharConverter
protected CodeSetConversion.BTCConverter getWCharConverter()
-
alignOnBoundary
void alignOnBoundary(int octetBoundary)
Aligns the current position on the given octet boundary if there are enough bytes available to do so. Otherwise, it just returns. This is used for some (but not all) GIOP 1.2 message headers.- Specified by:
alignOnBoundary
in classCDRInputStreamBase
-
resetCodeSetConverters
public void resetCodeSetConverters()
- Specified by:
resetCodeSetConverters
in classCDRInputStreamBase
-
valueTag
@InfoMethod private void valueTag(int value)
-
start_value
public void start_value()
- Specified by:
start_value
in classCDRInputStreamBase
-
end_value
public void end_value()
- Specified by:
end_value
in classCDRInputStreamBase
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classjava.io.InputStream
- Throws:
java.io.IOException
-
-