OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SocketOutputStream
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java
38
*
SocketOutputStream
. Note that this class should <b>NOT</b> be
44
class
SocketOutputStream
extends FileOutputStream
51
* Creates a new
SocketOutputStream
. Can only be called
56
SocketOutputStream
(AbstractPlainSocketImpl impl) throws IOException {
66
* The {@code getChannel} method of {@code
SocketOutputStream
}
/frameworks/base/core/java/android/net/
LocalSocketImpl.java
39
private
SocketOutputStream
fos;
121
class
SocketOutputStream
extends OutputStream {
378
fos = new
SocketOutputStream
();
Completed in 209 milliseconds