org.gridkit.jvmtool.spi.parsers
Interface InputStreamSource

All Known Implementing Classes:
FileInputStreamSource

public interface InputStreamSource

A simple interface for InputStream which can re reopen.

Author:
Alexey Ragozin (alexey.ragozin@gmail.com)

Method Summary
 InputStream open()
           
 

Method Detail

open

InputStream open()
                 throws IOException
Throws:
IOException


Copyright © 2019. All Rights Reserved.