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

Method getStringFromStream

src/bsh/servlet/SimpleTemplate.java:102–106  ·  view source on GitHub ↗
( InputStream ins )

Source from the content-addressed store, hash-verified

100 }
101
102 public static String getStringFromStream( InputStream ins )
103 throws IOException
104 {
105 return getStringFromStream( new InputStreamReader( ins ) );
106 }
107
108 public static String getStringFromStream( Reader reader ) throws IOException {
109 StringBuffer sb = new StringBuffer();

Callers 3

getTemplateMethod · 0.95
SimpleTemplateMethod · 0.95
mainMethod · 0.95

Calls 2

appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected