]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragmentsInfo.h
STYLE: remove GetNextttttt + minor Doc
[gdcm.git] / src / gdcmJPEGFragmentsInfo.h
index da248099637d809279777affa9dd74cc4679eff7..0a09573fed59a863335f959ba3469ab891812a29 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragmentsInfo.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/30 17:30:57 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/01/31 04:15:33 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -43,8 +43,6 @@ public:
    JPEGFragmentsInfo();
    ~JPEGFragmentsInfo();
    void Print( std::ostream &os = std::cout, std::string const & indent = "" );
-   size_t GetFragmentsLength();
-   void ReadAllFragments(std::ifstream *fp, JOCTET *buffer );
 
    void DecompressJPEGFramesFromFile(std::ifstream *fp, uint8_t *buffer, int nBits, int numBytes, int length);