UTFDataFormatException


UTFDataFormatException java.io

Java 1.0 serializable checked

An IOException that signals that a malformed UTF-8 string has been encountered by a class that implements the DataInput interface. UTF-8 is an ASCII-compatible transformation format for Unicode characters that is often used to store and transmit Unicode text.

Figure 9-63. java.io.UTFDataFormatException

 public class  UTFDataFormatException  extends IOException {  // Public Constructors  public  UTFDataFormatException  ( );        public  UTFDataFormatException  (String  s  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net