search for: bufferedinputstream

Displaying 5 results from an estimated 5 matches for "bufferedinputstream".

2008 Jun 16
0
java stack trace using DTrace
...63 libjvm.so`__1cG_start6Fpv_0_+0x4c libc.so.1`_thr_setup+0x4e libc.so.1`_lwp_start But i want to trace following type of information java.net.SocketInputStream.socketRead0(Native Method) java.net.SocketInputStream.read(SocketInputStream.java:129) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:235) java.io.FilterInputStream.read(FilterInputStream.java:66) sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:448) sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport....
1999 Oct 06
1
Java interface to R
I have been doing some programming with java servlets for data collection. I was wondering if there is a way to connect to the R-server using java to do data analysis. A java-interface or some connection class. I think there is some similar facility with SAS, although I have not looked at it. Richard Piper RNS Hospital, Sydney.
2005 Aug 16
4
Image from bytes streams
...-------------------------------------------- Process p = Runtime.getRuntime().exec("C:/Arquivos de programas/R/rw1090/bin/Rterm.exe --no-save"); DataOutputStream output = new DataOutputStream(new BufferedOutputStream(p.getOutputStream())); DataInputStream input = new DataInputStream(new BufferedInputStream(p.getInputStream())); // output.writeBytes("pie(c(50,30,20))"); //Pie graphic output.writeBytes("plot(1,1)"); // Plot graphic output.flush(); input.readFully(new byte[200]); // Here I read the "image" bytes. -----------------------------------------------------------...
2007 Dec 05
4
Java parser for R data file?
Hi everyone, Has anyone written a parser in Java for either the ASCII or binary format produced by save()? I need to parse a single large 2D array that is structured like this: list( "32609_1" = c(-9549.39231289146, -9574.07159324482, ... ), "32610_2" = c(-6369.12526971635, -6403.99620977124, ... ), "32618_2" = c(-2138.29095689061, -2057.9229403233, ... ),
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...tml docs ... (see: http://rubyforge.org/pipermail/wxruby-users/2006-December/002835.html) warning: artprovider.html has no methods warning: bitmapdataobject.html has no methods warning: boxsizer.html has no methods warning: brush.html has no methods warning: brushlist.html has no methods warning: bufferedinputstream.html has no methods warning: choicebook.html has no methods warning: configbase.html has no methods warning: datetime.html has no methods warning: datetimeholidayauthority.html has no methods warning: datetimeworkdays.html has no methods warning: debugstreambuf.html has no methods warning: docchild...