Home
last modified time | relevance | path

Searched refs:_inputStream (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java63 protected InputStream _inputStream; field in SocketConnection
84 _inputStream = new BufferedInputStream(socket.getInputStream()); in SocketConnection()
151 count = _inputStream.read(bytes[0], read_bytes, nBytesToRead - read_bytes); in read()

Completed in 16 milliseconds