Package apoc.util
Interface StreamConnection
- All Known Implementing Classes:
StreamConnection.FileStreamConnection,StreamConnection.UrlStreamConnection
public interface StreamConnection
- Since:
- 26.01.18
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()default CountingInputStreamtoCountingInputStream(String algo)
-
Method Details
-
getInputStream
- Throws:
IOException
-
getEncoding
String getEncoding() -
getLength
long getLength() -
getName
String getName() -
toCountingInputStream
- Throws:
IOException
-