Search

vRO intrinsic class java.nio.charset.CoderResult

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

Name Type Description
OVERFLOW java.nio.charset.CoderResult
UNDERFLOW java.nio.charset.CoderResult

Methods

Name Returns
isError() boolean
isMalformed() boolean
isOverflow() boolean
isUnderflow() boolean
isUnmappable() boolean
length() Number
malformedForLength(Number ) java.nio.charset.CoderResult
throwException() void
toString() String
unmappableForLength(Number ) java.nio.charset.CoderResult

Returned by

Method Returns
java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer , java.nio.CharBuffer , boolean ) java.nio.charset.CoderResult
java.nio.charset.CharsetDecoder.flush(java.nio.CharBuffer ) java.nio.charset.CoderResult
java.nio.charset.CharsetEncoder.encode(java.nio.CharBuffer , java.nio.ByteBuffer , boolean ) java.nio.charset.CoderResult
java.nio.charset.CharsetEncoder.flush(java.nio.ByteBuffer ) java.nio.charset.CoderResult
java.nio.charset.CoderResult.malformedForLength(Number ) java.nio.charset.CoderResult
java.nio.charset.CoderResult.unmappableForLength(Number ) java.nio.charset.CoderResult

Referenced in

None