Documentation

BitwiseResizeFlags
in package

BitResizeFlags specifies the bitwise operation flags for resize.

Table of Contents

Methods

Default()  : BitwiseResizeFlags
BitResizeFlagsDefault specifies the defalt flag.
FromFront()  : BitwiseResizeFlags
BitResizeFlagsFromFront Adds/removes bytes from the beginning instead of the end.
GrowOnly()  : BitwiseResizeFlags
BitResizeFlagsGrowOnly will only allow the []byte size to increase.
ShrinkOnly()  : BitwiseResizeFlags
BitResizeFlagsShrinkOnly will only allow the []byte size to decrease.

Methods


        
On this page

Search results