1 7 8 package com.sun.imageio.plugins.jpeg; 9 10 import java.util.ListResourceBundle ; 11 12 public class JPEGStreamMetadataFormatResources 13 extends JPEGMetadataFormatResources { 14 15 public JPEGStreamMetadataFormatResources() {} 16 17 protected Object [][] getContents() { 18 Object [][] commonCopy = new Object [commonContents.length][2]; 22 for (int i = 0; i < commonContents.length; i++) { 23 commonCopy[i][0] = commonContents[i][0]; 24 commonCopy[i][1] = commonContents[i][1]; 25 } 26 return commonCopy; 27 } 28 } 29 | Popular Tags |