< prev index next >

src/java.desktop/share/classes/javax/imageio/stream/ImageInputStream.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 412,423 **** */ String readLine() throws IOException; /** * Reads in a string that has been encoded using a ! * <a href="../../../java/io/DataInput.html#modified-utf-8">modified ! * UTF-8</a> * format. The general contract of {@code readUTF} is that * it reads a representation of a Unicode character string encoded * in modified UTF-8 format; this string of characters is * then returned as a {@code String}. * --- 412,423 ---- */ String readLine() throws IOException; /** * Reads in a string that has been encoded using a ! * <a href="../../../../java.base/java/io/DataInput.html#modified-utf-8"> ! * modifiedUTF-8</a> * format. The general contract of {@code readUTF} is that * it reads a representation of a Unicode character string encoded * in modified UTF-8 format; this string of characters is * then returned as a {@code String}. *
< prev index next >