C# 클래스 zxingwp7.client.result.URIResultParser

Tries to parse results that are a URI of some kind.
상속: ResultParser
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
parse ( System.Result result ) : URIParsedResult

비공개 메소드들

메소드 설명
URIResultParser ( ) : System
isBasicallyValidURI ( String uri ) : bool

Determines whether a string is not obviously not a URI. This implements crude checks; this class does not intend to strictly check URIs as its only function is to represent what is in a barcode, but, it does need to know when a string is obviously not a URI.

메소드 상세

parse() 공개 정적인 메소드

public static parse ( System.Result result ) : URIParsedResult
result System.Result
리턴 URIParsedResult