Interface CqlLibraryReader
-
public interface CqlLibraryReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Libraryread(java.io.File file)Libraryread(java.io.InputStream inputStream)Libraryread(java.io.Reader reader)Libraryread(java.lang.String string)Libraryread(java.net.URI uri)Libraryread(java.net.URL url)
-
-
-
Method Detail
-
read
Library read(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
read
Library read(java.net.URL url) throws java.io.IOException
- Throws:
java.io.IOException
-
read
Library read(java.net.URI uri) throws java.io.IOException
- Throws:
java.io.IOException
-
read
Library read(java.lang.String string) throws java.io.IOException
- Throws:
java.io.IOException
-
read
Library read(java.io.InputStream inputStream) throws java.io.IOException
- Throws:
java.io.IOException
-
read
Library read(java.io.Reader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-