Class ReverseFileReader


  • public class ReverseFileReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReverseFileReader​(com.microsoft.azure.storage.blob.CloudBlob blob)  
      ReverseFileReader​(com.microsoft.azure.storage.blob.CloudBlob blob, int bufferSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String readLine()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReverseFileReader

        public ReverseFileReader​(com.microsoft.azure.storage.blob.CloudBlob blob)
                          throws com.microsoft.azure.storage.StorageException
        Throws:
        com.microsoft.azure.storage.StorageException
      • ReverseFileReader

        public ReverseFileReader​(com.microsoft.azure.storage.blob.CloudBlob blob,
                                 int bufferSize)
                          throws com.microsoft.azure.storage.StorageException
        Throws:
        com.microsoft.azure.storage.StorageException
    • Method Detail

      • readLine

        public java.lang.String readLine()
                                  throws java.io.IOException
        Throws:
        java.io.IOException