HomeSort by relevance Sort by last modified time
    Searched defs:SocketOutputStream (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java 39 * SocketOutputStream. Note that this class should <b>NOT</b> be
45 class SocketOutputStream extends FileOutputStream
52 * Creates a new SocketOutputStream. Can only be called
57 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException {
67 * The <code>getChannel</code> method of <code>SocketOutputStream</code>
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 39 private SocketOutputStream fos;
121 class SocketOutputStream extends OutputStream {
378 fos = new SocketOutputStream();

Completed in 131 milliseconds