C# Class Unity.IL2CPP.StringLiterals.StringLiteralWriter

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
Write ( Stream stringLiteralStream, Stream stringLiteralDataStream ) : void

Private Methods

Méthode Description
ToBytes ( int value, byte bytes, int offset ) : void
ToBytes ( uint value, byte bytes, int offset ) : void

Method Details

Write() public méthode

public Write ( Stream stringLiteralStream, Stream stringLiteralDataStream ) : void
stringLiteralStream Stream
stringLiteralDataStream Stream
Résultat void