IOException
. Note that the method will skip malformed trees and attempt to read additional trees from the input stream. It is possible, however, that a malformed tree will corrupt the token stream. In this case, an IOException
will eventually be thrown.
@return A single tree, or null
at end of token stream.
|
|