101 public ImageData getImageInfoFromBytes(byte[] bytes) 102 throws InvalidArrayFormatException { 103 104 try { 105 String iiString = new String(bytes);
確定! 回上一頁