Relative Content

Tag Archive for google-cloud-storagesequencefile

Reding Blob object holding sequence file

I need to read sequence file from gcs, i have blob object and reading logic for sequence file(i am able to read the sequence file with passing path ),but from blob.content how can i get the object of FSDataInputStream which should be type of Seekable so that i can pass it to Sequence reader, my code looks like this