sun.io
Class CharToByteUnicodeLittleUnmarked

java.lang.Object
  extended by sun.io.CharToByteConverter
      extended by sun.io.CharToByteUnicode
          extended by sun.io.CharToByteUnicodeLittleUnmarked

public class CharToByteUnicodeLittleUnmarked
extends CharToByteUnicode

Convert arrays containing Unicode characters into arrays of bytes, using little-endian byte order; do not write a byte-order mark before the first converted character.


Field Summary
 
Fields inherited from class sun.io.CharToByteUnicode
byteOrder, usesMark
 
Fields inherited from class sun.io.CharToByteConverter
badInputLength, byteOff, charOff, subBytes, subMode
 
Constructor Summary
CharToByteUnicodeLittleUnmarked()
           
 
Method Summary
 
Methods inherited from class sun.io.CharToByteUnicode
convert, flush, getCharacterEncoding, getMaxBytesPerChar, reset
 
Methods inherited from class sun.io.CharToByteConverter
canConvert, convertAll, convertAny, flushAny, getBadInputLength, getConverter, getDefault, nextByteIndex, nextCharIndex, setSubstitutionBytes, setSubstitutionMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharToByteUnicodeLittleUnmarked

public CharToByteUnicodeLittleUnmarked()