]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliFstream.h
New on per RCU data containers
[u/mrichter/AliRoot.git] / RAW / AliFstream.h
index bdb805694b3dc886761590af48eea7d82c3af0b3..2d6c1dcd5a5deb1a9bc23846158fbb7b8de16344 100644 (file)
@@ -30,10 +30,11 @@ private:
   AliFstream(const AliFstream &source);
   AliFstream &operator =(const AliFstream& source);
 
+  UInt_t Swap(UInt_t x);
+
   fstream *fFile;       // Output file stream
-  UChar_t *fBuffer;     // Pointer to the internal buffer
+  UInt_t  *fBuffer;     // Pointer to the internal buffer
   UInt_t   fBufferSize; // Internal buffer size
-  Bool_t   fSwap;       // Big or little endian
 
   ClassDef(AliFstream,0)
 };