1 #Topic FILEWStream 2 #Alias FILEWStream_Reference ## 3 4 #Class SkFILEWStream 5 6 //////////////////////////////////////////////////////////////////////////////////////////// 7 8 #Code 9 #Populate 10 ## 11 12 # ------------------------------------------------------------------------------ 13 14 #Method SkFILEWStream(const char path[]) 15 #In Constructors 16 #Line # incomplete ## 17 18 #Param path incomplete ## 19 20 #Return incomplete ## 21 22 #Example 23 // incomplete 24 ## 25 26 #SeeAlso incomplete 27 28 #Method ## 29 30 # ------------------------------------------------------------------------------ 31 32 #Method ~SkFILEWStream() override 33 #In Constructors 34 #Line # incomplete ## 35 36 #Example 37 // incomplete 38 ## 39 40 #SeeAlso incomplete 41 42 #Method ## 43 44 # ------------------------------------------------------------------------------ 45 46 #Method bool isValid() const 47 #In incomplete 48 #Line # incomplete ## 49 50 Returns true if the current path could be opened. 51 52 #Return incomplete ## 53 54 #Example 55 // incomplete 56 ## 57 58 #SeeAlso incomplete 59 60 #Method ## 61 62 # ------------------------------------------------------------------------------ 63 64 #Method bool write(const void* buffer, size_t size) override 65 #In incomplete 66 #Line # incomplete ## 67 68 #Param buffer incomplete ## 69 #Param size incomplete ## 70 71 #Return incomplete ## 72 73 #Example 74 // incomplete 75 ## 76 77 #SeeAlso incomplete 78 79 #Method ## 80 81 # ------------------------------------------------------------------------------ 82 83 #Method void flush() override 84 #In incomplete 85 #Line # incomplete ## 86 87 #Example 88 // incomplete 89 ## 90 91 #SeeAlso incomplete 92 93 #Method ## 94 95 # ------------------------------------------------------------------------------ 96 97 #Method void fsync() 98 #In incomplete 99 #Line # incomplete ## 100 101 #Example 102 // incomplete 103 ## 104 105 #SeeAlso incomplete 106 107 #Method ## 108 109 # ------------------------------------------------------------------------------ 110 111 #Method size_t bytesWritten() const override 112 #In incomplete 113 #Line # incomplete ## 114 115 #Return incomplete ## 116 117 #Example 118 // incomplete 119 ## 120 121 #SeeAlso incomplete 122 123 #Method ## 124 125 #Class SkFILEWStream ## 126 127 #Topic FILEWStream ## 128