Java DataInputStream是我們用於讀取原始數據類型值的類。 我們可以將此流與FileInputStream之類的 ... DataInputStream di = new DataInputStream(InputStream in); ...
確定! 回上一頁