搜索资源列表
ioliu
- * io流 运用 * 注意:只要子类 包含以下类名字的,就是该流的继承 * InputStream----- 输入字节流 * Reader-------- 输入字符流 * OutputStream-----输出字节流 * Writer --------输出字符流
SocketSet
- 此工程为通信系统TC/IP协议 主要技术是纯java 主要用到的io流,输入流如:InputStream,InputStreamReader,BufferedReader等。输出流如:OutputStream,OutputStreamWriter,PrintWriter等 功能:主要是通过服务器端,客户端的通信,符合多线程的开发,请使用者放心使用 描述:此小项目用到了各种io流,对于学习流的人有极大帮助。-This works for communications systems
TCPServer
- java网络编程 等待客户端的连接请求,等待时程序阻塞接收单个字符接收整行数据-import java.io.BufferedReader import java.io.InputStream import java.io.InputStreamReader import java.io.OutputStream import java.net.ServerSocket import java.net.Socket
comPrint
- 解决中文乱码主要是用OutputStreamWriter包在OutputStream的底层流,设置GBK编码读取-Solve Chinese garbled underlying OutputStreamWriter package OutputStream stream, set GBK code reading
MediaPlayDemo
- android实时语音采集 视频采集 播放-package com.example.android import java.io.ByteArrayInputStream import java.io.ByteArrayOutputStream import java.io.FileOutputStream import java.io.IOException import java.io.InputStream import java.i
Base64OutputStream
- An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
InflaterOutputStream
- An OutputStream filter to decompress data. Callers write compressed data in the "deflate" format, and uncompressed data is written to the underlying stream.
StreamHandler
- A StreamHandler object writes log messages to an output stream, that is, objects of the class java.io.OutputStream.
WildcardType
- This interface represents a wildcard type, such as the simple wildcard ? , the upper bounded wildcard ? extends Closeable , the multiple upper bounded wildcard ? extends Closeable & Flushable or the lower bounded wildcard ? super OutputStream . -Th
NullOutputStream
- This OutputStream writes all data to the famous .
TeeOutputStream
- Classic splitter of OutputStream. Named after the unix tee command. -Classic splitter of OutputStream. Named after the unix tee command.
BufferedOutputStream
- Wraps an existing OutputStream and <em>buffers< em> the output.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
Base64OutputStream
- An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
TeeOutputStream
- Classic splitter of OutputStream. Named after the unix tee command.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
TestFileIO
- Java类库中字节流由InputStream类和OutputStream类派生。由于InputStream,OutputStream是针对字节流的,所以读取文件前先要定义byte[],然后把文件流读取到byte[]里面.-Derived the InputStream class and OutputStream class byte stream in the Java class library. Thanks to InputStream, OutputStream is aimed a
xt_mark
- C++ equivalent to Java s OutputStream class.Make gcc -Wnon-virtual-dtor happy.
memory_output_stream
- OutputStream backed by STL vector.