MCPcopy Create free account
hub / github.com/c0ny1/captcha-killer / subBytes

Method subBytes

src/main/java/utils/Util.java:84–88  ·  view source on GitHub ↗
(byte[] src, int begin, int count)

Source from the content-addressed store, hash-verified

82 }
83
84 public static byte[] subBytes(byte[] src, int begin, int count) {
85 byte[] bs = new byte[count];
86 for (int i=begin; i<begin+count; i++) bs[i-begin] = src[i];
87 return bs;
88 }
89
90 public static String matchByStartEndPosition(String str,String rule){
91 int nStart = 0;

Callers 2

getRspBodyMethod · 0.95
requestImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected