Edit C:\Program Files\Java\jdk1.7.0_45\com\sun\imageio\plugins\jpeg\JPEGStreamMetadataFormat.java
/* * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.imageio.plugins.jpeg; import javax.imageio.metadata.IIOMetadataFormat; import javax.imageio.metadata.IIOMetadataFormatImpl; public class JPEGStreamMetadataFormat extends JPEGMetadataFormat { private static JPEGStreamMetadataFormat theInstance = null; private JPEGStreamMetadataFormat() { super(JPEG.nativeStreamMetadataFormatName, CHILD_POLICY_SEQUENCE); addStreamElements(getRootName()); } public static synchronized IIOMetadataFormat getInstance() { if (theInstance == null) { theInstance = new JPEGStreamMetadataFormat(); } return theInstance; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de