file

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

/* Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.

SPDX-License-Identifier: Apache-2.0

Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.

SPDX-License-Identifier: Apache-2.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	*os.File
}

func NewFile

func NewFile(path string) (*File, error)

func OpenFile

func OpenFile(path string, flag int, perm os.FileMode) (*File, error)

func (*File) Size

func (f *File) Size() int64

func (*File) Truncate

func (f *File) Truncate(size int64) error

Truncate 截断文件 同普通文件Truncate

Jump to

Keyboard shortcuts

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