java > java.nio > java.nio.charset > java.nio.charset.coderresult >

Class: java.nio.charset.CoderResult
    java.lang.Object
       java.nio.charset.CoderResult


public class CoderResult extends Object


FIELDS:
public static final CoderResult OVERFLOW
public static final CoderResult UNDERFLOW

CONSTRUCTORS:

METHODS:
public boolean isError()

public boolean isMalformed()

public boolean isOverflow()

public boolean isUnderflow()

public boolean isUnmappable()

public int length()
Throws: UnsupportedOperationException

public static CoderResult malformedForLength(int length)

public void throwException()
Throws: BufferUnderflowException
Throws: BufferOverflowException
Throws: MalformedInputException
Throws: UnmappableCharacterException
Throws: CharacterCodingException

public String toString()
Overrides: Object

public static CoderResult unmappableForLength(int length)


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net