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

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEXDROutputStream.java194 writeLong(((Long)o).longValue());
300 void writeLong(long l) throws IOException method in class:EXDROutputStream
307 out.writeLong(l);

Completed in 10 milliseconds