init_with_input_stream


Description:

[ Version ( since = "3.12" ) ]
public void init_with_input_stream (InputStream input_stream)

Initialize the scanner with input_stream.

The scanner's offsets will be relative to the current file position of the stream. As a result, seekable streams should only be seeked using the parser seek function.

Parameters:

this

a MimeParser

input_stream

a InputStream