MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / toByteArray

Method toByteArray

java/com/jcraft/jsch/ChannelSession.java:227–232  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

225 }
226
227 private byte[] toByteArray(Object o){
228 if(o instanceof String){
229 return Util.str2byte((String)o);
230 }
231 return (byte[])o;
232 }
233
234 public void run(){
235 //System.err.println(this+":run >");

Callers 12

sendRequestsMethod · 0.95
bigIntToBytesMethod · 0.80
inflateMethod · 0.80
getEPArrayMethod · 0.80
getEQArrayMethod · 0.80
getCArrayMethod · 0.80
parseMethod · 0.80
initMethod · 0.80
getEMethod · 0.80
getKMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls 1

str2byteMethod · 0.95

Tested by

no test coverage detected