Page Speed Optimization Libraries
1.13.35.1
|
Public Member Functions | |
virtual bool | Write (const StringPiece &buf, MessageHandler *handler)=0 |
virtual bool | Flush (MessageHandler *handler)=0 |
virtual bool | SetWorldReadable (MessageHandler *handler)=0 |
Public Member Functions inherited from net_instaweb::FileSystem::File | |
virtual const char * | filename ()=0 |
Gets the name of the file. | |
Friends | |
class | FileSystem |
Additional Inherited Members | |
Protected Member Functions inherited from net_instaweb::FileSystem::File | |
virtual bool | Close (MessageHandler *handler)=0 |
|
pure virtual |
Note: Write is not atomic. If Write fails, there is no indication of how much data has already been written to the file.