src/share/classes/javax/imageio/ImageWriteParam.java

Print this page

        

*** 975,985 **** "Compression not supported"); } if (compressionTypes == null) { return null; } ! return (String[])compressionTypes.clone(); } /** * Sets the compression type to one of the values indicated by * <code>getCompressionTypes</code>. If a value of --- 975,985 ---- "Compression not supported"); } if (compressionTypes == null) { return null; } ! return compressionTypes.clone(); } /** * Sets the compression type to one of the values indicated by * <code>getCompressionTypes</code>. If a value of