搜索资源列表
TextEdit1
- 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
IO
- Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for
onlineradio
- Online straeming radio Java client for BlackBerry OS device Can continously stream using circular byte buffer
JavaLex
- 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors
TimeServer
- Java实现时间日期服务器,学习一下java定义端口号,设置客户端套接字,实例化套按字,得到输入流,读入数据到缓冲区,输出错误信息等。-Java date and time server, learn about the java-defined port number, set the client socket, instance of the word, the input stream to read data to the buffer output error message.
TimeServer
- Java实现时间日期服务器,学习一下java定义端口号,设置客户端套接字,实例化套按字,得到输入流,读入数据到缓冲区,输出错误信息等。-Java date and time server, learn about the java-defined port number, set the client socket, instance of the word, the input stream to read data to the buffer output error message.
test5
- 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
Http
- 建立Http连接 获取连接 显示文本的TextBox对象 字符串缓冲 获取输入流-To establish Http connection to get connected display text TextBox object string buffer obtain input stream
BufferedOutputStream
- Expensive interaction with the underlying input stream is minimized, since most (smaller) requests can be satisfied by accessing the buffer alone.
EndOfSourceException
- This exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.
DirectoryString
- This exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.
sourcecode2
- using the functions of String Buffer class such as insert(), append(), toLowerCase() etc and outputting the result using output stream(System.out)