MCPcopy Index your code
hub / github.com/beanshell/beanshell / sendLine

Method sendLine

src/bsh/Remote.java:125–130  ·  view source on GitHub ↗
( String line, OutputStream outPipe )

Source from the content-addressed store, hash-verified

123 }
124
125 private static void sendLine( String line, OutputStream outPipe )
126 throws IOException
127 {
128 outPipe.write( line.getBytes() );
129 outPipe.flush();
130 }
131
132
133 /*

Callers 1

doBshMethod · 0.95

Calls 2

flushMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected