byte[] bytes = ... //get byte array from somewhere. InputStream input = new ByteArrayInputStream(bytes); int data = input.read(); while(data !=
確定! 回上一頁