org.jetbrains.kotlin.serialization.deserialization
Class NameResolverImpl

java.lang.Object
  extended by org.jetbrains.kotlin.serialization.deserialization.NameResolverImpl
All Implemented Interfaces:
NameResolver

public class NameResolverImpl
extends java.lang.Object
implements NameResolver


Method Summary
 ClassId getClassId(int index)
           
 Name getName(int index)
           
 java.lang.String getString(int index)
           
static NameResolverImpl read(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

@NotNull
public static NameResolverImpl read(@NotNull
                                            java.io.InputStream in)

getString

@NotNull
public java.lang.String getString(int index)
Specified by:
getString in interface NameResolver

getName

@NotNull
public Name getName(int index)
Specified by:
getName in interface NameResolver

getClassId

@NotNull
public ClassId getClassId(int index)
Specified by:
getClassId in interface NameResolver