1.概述 AVDTP(AUDIO/VIDEO DISTRIBUTION TRANSPORT PROTOCOL)是用来描述音频/视频在蓝牙设备间的传输的协议,是A2DP协议的基础协议,其在协议栈中的位置如下: AVDTP协议建立在connection-oriented L2CAP channel上,只能支持point-to-point signaling. 2.一些术语 Stream:represents the logical end-to-end connection of stre
读文件 http://www.baeldung.com/java-read-file Java – Read from File 1. Overview In this tutorial we’ll explore different ways to read from a File in Java; we’ll make use ofBufferedReader, Scanner, StreamTokenizer, DataInputStream, SequenceInputStream an