file

package
v0.0.0-...-a450568 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2018 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exist

func Exist(fileName string) bool

Exist 检查文件或目录是否存在 如果由 fileName 指定的文件或目录存在则返回 true,否则返回 false

func GetBase64

func GetBase64(filePath string) []byte

*

  • GetBase64 获取图片文件对应的base64字串

func ListDir

func ListDir(dirPth string, suffix string) (files []string, err error)

ListDir 获取指定目录下的所有文件,不进入下一级目录搜索,可以匹配后缀过滤。

func ReadFile

func ReadFile(filePath string) ([]byte, error)

ReadFile

func SaveBase64

func SaveBase64(source string, filePath string) error

*

  • Save 将base64字串保存为图片

func WalkDir

func WalkDir(dirPth, suffix string) (files []string, err error)

WalkDir 获取指定目录及所有子目录下的所有文件,可以匹配后缀过滤。

Types

type Cap

type Cap struct {
	// contains filtered or unexported fields
}

func (*Cap) Read

func (m *Cap) Read(b []byte)

Read

func (*Cap) ReadFile

func (m *Cap) ReadFile(filePath string) error

ReadFile

func (*Cap) Save

func (m *Cap) Save(filePath string)

Save

type GIF

type GIF struct {
	FilePath string
	Data     []byte
}

func (*GIF) Save

func (m *GIF) Save(img *image.RGBA) error

*

  • Save 将image保存为图片

func (*GIF) SetDefaultPath

func (m *GIF) SetDefaultPath()

type INI

type INI struct {
	// contains filtered or unexported fields
}

func (*INI) Read

func (m *INI) Read(b []byte)

Read

func (*INI) ReadFile

func (m *INI) ReadFile(filePath string) error

ReadFile

func (*INI) Save

func (m *INI) Save()

Save

type JPEG

type JPEG struct {
	FilePath string
	Data     []byte
}

func (*JPEG) Save

func (m *JPEG) Save(img *image.RGBA) error

*

  • Save 将image保存为图片

func (*JPEG) SetDefaultPath

func (m *JPEG) SetDefaultPath()

type JSON

type JSON struct {
	// contains filtered or unexported fields
}

func (*JSON) Read

func (m *JSON) Read(b []byte)

Read

func (*JSON) ReadFile

func (m *JSON) ReadFile(filePath string) error

ReadFile

func (*JSON) Save

func (m *JSON) Save()

Save

type PNG

type PNG struct {
	FilePath string
	Data     []byte
}

func (*PNG) Save

func (m *PNG) Save(img *image.RGBA) error

Save 将image保存为图片

func (*PNG) SetDefaultPath

func (m *PNG) SetDefaultPath()

SetDefaultPath

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL