sync with master
[platform/framework/native/appfw.git] / inc / FBaseByteBuffer.h
index a85c68e..825362c 100644 (file)
@@ -1246,6 +1246,16 @@ public:
        const byte* GetPointer(void) const;
 
        /**
+        * Gets the pointer to the raw array of the calling buffer. @n
+        * If the capacity is zero, it returns @c null.
+        *
+        * @since 2.1
+        *
+        * @return              A pointer(non-const) to the raw array of the calling buffer
+        */
+       byte* GetPointer(void);
+
+       /**
         * Compares the input Object with the calling %ByteBuffer instance.
         *
         * @since 2.0