詞語:outputStream
outputStream的意思
OutputStream 字節輸出流;輸出流類;輸出字節流;輸出類;
outputStream的參考例句
1.GZIPOutputStream (OutputStream out) Creates a new output stream with a default buffer size. 使用默認緩衝大小創建輸出流。
2.GZIPOutputStream (OutputStream out, int size) Creates a new output stream with the specified buffer size. 使用指定緩衝大小創建輸出流。
3.Applications that need to define a subclass of OutputStream must always provide at least a method that writes one byte of output. 應用程序需要定義OutputStream的子類,該子類至少應定義一個方法,用來輸出一個字節。