public static isHunkHdr ( byte buf, int start, int end ) : int | ||
buf | byte | the buffer to scan |
start | int | first position in the buffer to evaluate |
end | int |
/// last position to consider; usually the end of the buffer
/// (buf.length ) or the first position on the next
/// line. This is only used to avoid very long runs of '@' from
/// killing the scan loop.
/// |
return | int |