Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public ObjectOutputStream getOos() throws IOException {
  2. if (m_oos == null) {
  3. m_oos = new ObjectOutputStream(m_socket.getOutputStream());
  4. }
  5. return m_oos;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement