Package ai.pipestream.grpc.gatherer.spi
Class ProtoFileCopier
java.lang.Object
ai.pipestream.grpc.gatherer.spi.ProtoFileCopier
Shared proto-file helper methods for extension implementations.
-
Method Summary
-
Method Details
-
sha256
Computes the SHA-256 hash of the given file.- Parameters:
path- the path to the file- Returns:
- the hex string representing the hash
- Throws:
IOException- if an I/O error occurs
-
splitCsv
Splits a comma-separated string into a list of trimmed, non-empty strings.- Parameters:
raw- the raw CSV string- Returns:
- a list of trimmed strings
-