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
Default()
BitResizeFlagsDefault specifies the defalt flag.
public
static Default() : BitwiseResizeFlags
Return values
BitwiseResizeFlagsFromFront()
BitResizeFlagsFromFront Adds/removes bytes from the beginning instead of the end.
public
static FromFront() : BitwiseResizeFlags
Return values
BitwiseResizeFlagsGrowOnly()
BitResizeFlagsGrowOnly will only allow the []byte size to increase.
public
static GrowOnly() : BitwiseResizeFlags
Return values
BitwiseResizeFlagsShrinkOnly()
BitResizeFlagsShrinkOnly will only allow the []byte size to decrease.
public
static ShrinkOnly() : BitwiseResizeFlags