Searched defs:startsWith (Results 1 - 1 of 1) sorted by relevance

/javamail/outlook/src/main/java/
H A DMSMultipartDataSource.java73 int pos = startsWith(content, 0, "begin");
85 start = startsWith(content, pos, "begin");
88 pos = startsWith(content, start, "end");
110 private int startsWith(byte[] content, int start, String seq) { method in class:MSMultipartDataSource

Completed in 37 milliseconds