Searched refs:LogOutputStream (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DLogOutputStream.java31 class LogOutputStream extends OutputStream { class in inherits:OutputStream
41 public LogOutputStream(RandomAccessFile raf) throws IOException { method in class:LogOutputStream
77 * Can not close a LogOutputStream, so this does nothing.
H A DLogHandler.java100 void writeUpdate(LogOutputStream out, Object value) throws Exception {
H A DReliableLog.java285 handler.writeUpdate(new LogOutputStream(log), value);

Completed in 42 milliseconds