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

Method subBytes

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

Source from the content-addressed store, hash-verified

221 }
222
223 public static byte[] subBytes(byte[] src, int begin, int count) {
224 byte[] bs = new byte[count];
225 for (int i=begin; i<begin+count; i++) bs[i-begin] = src[i];
226 return bs;
227 }
228
229 public static String matchByStartEndPosition(String str,String rule){
230 int nStart = 0;

Callers 2

getRspBodyMethod · 0.95
requestImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected